]> jfr.im git - erebus.git/commitdiff
fixed foo.py
authorConny Sjöblom <redacted>
Mon, 27 Jan 2014 11:12:08 +0000 (13:12 +0200)
committerConny Sjöblom <redacted>
Mon, 27 Jan 2014 11:12:08 +0000 (13:12 +0200)
modules/foo.py

index f2f96d238f735b3607ef7fef508f640493ad2a97..3da5d62fedac0b9f63e35618c35e5d7f5b0c0835 100644 (file)
@@ -19,4 +19,4 @@ modstop = lib.modstop
 # module code
 @lib.hook('test')
 def cmd_test(bot, user, chan, realtarget, *args):
-       bot.msg(chan, "You said: !test %s" % (' '.join([str(arg) for arg in args])))
+       bot.msg(chan, "You said: %s" % (' '.join([str(arg) for arg in args])))