mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Fixed json thing
This commit is contained in:
+2
-2
@@ -95,8 +95,8 @@ client/proc/ChangeMap(var/X as text)
|
||||
set category = "Admin"
|
||||
switchmap(X,X)
|
||||
proc/send2irc(msg,msg2)
|
||||
shell("python26 nudge.py [msg] [msg2]")
|
||||
shell("python nudge.py [msg] [msg2]")
|
||||
proc/send2adminirc(channel,msg)
|
||||
world << channel << " "<< msg
|
||||
shell("python26 nudge.py '[channel]' [msg]")
|
||||
shell("python nudge.py '[channel]' [msg]")
|
||||
p //test
|
||||
Reference in New Issue
Block a user