X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/861f83ef8b0eabf05d39070f27f1c3c71fb81fef..e39991e54366c99659c07ddef074537875737b1e:/modules/modtest.py diff --git a/modules/modtest.py b/modules/modtest.py index 9ae5258..f2f96d2 100644 --- a/modules/modtest.py +++ b/modules/modtest.py @@ -18,5 +18,5 @@ modstop = lib.modstop # module code @lib.hook('test') -def cmd_test(bot, user, chan, *args): +def cmd_test(bot, user, chan, realtarget, *args): bot.msg(chan, "You said: !test %s" % (' '.join([str(arg) for arg in args])))