]> jfr.im git - erebus.git/blobdiff - modules/foo.py
trivia - updated example json
[erebus.git] / modules / foo.py
index 68420c8137bec5ac1655069935e02bffd33f0fd8..0278eb1ea6c00a72d17d2a55e2474e60d43d7309 100644 (file)
@@ -29,3 +29,8 @@ def test(bot, user, chan, realtarget, *args):
 @lib.help(None, 'replies with nonsense.', "it's a very non-sensical command", "more lines")
 def foobar(bot, user, chan, realtarget, *args):
        bot.msg(user, "Foo bar baz.")
+
+@lib.hook()
+@lib.help(None, 'a command that does nothing but requires you specify a channel')
+def needchan(bot, user, chan, realtarget, *args):
+       bot.msg(user, "You did it!")