Fixed json thing

This commit is contained in:
Miniature
2011-12-12 01:33:47 +10:30
parent 497845c5d5
commit da96fabe25
+2 -2
View File
@@ -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