X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/484971c295d788ea37dc4bdb2b9dc82e2ed750b9..52c80cff91dce5fa14ae903c6c2bf20533ccca46:/modules/bashorg.py diff --git a/modules/bashorg.py b/modules/bashorg.py index 457ecb3..68b945b 100644 --- a/modules/bashorg.py +++ b/modules/bashorg.py @@ -31,7 +31,7 @@ modstop = lib.modstop # module code import os, random -@lib.hook(needchan=False, wantchan=True) +@lib.hook(('bash','bashorg','bash.org'), needchan=False, wantchan=True) @lib.help('[]', 'gives you a bash.org quote') def bash(bot, user, chan, realtarget, *args): path = bot.parent.cfg.get('bashorg', 'path')