X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/f5e736ee1f5b10f6295a6febe91c2c8e3532dce1..69d4b03e7439964c87d971f8fe21c4913170493f:/modules/foo.py diff --git a/modules/foo.py b/modules/foo.py index fbcb38c..f2a394a 100644 --- a/modules/foo.py +++ b/modules/foo.py @@ -19,8 +19,6 @@ modstop = lib.modstop # module code @lib.hook('test', needchan=False) def cmd_gtest(bot, user, chan, realtarget, *args): - print type(chan), repr(chan), str(chan) - if chan is not None: replyto = chan else: replyto = user