]> jfr.im git - erebus.git/blobdiff - modules/control.py
control - update help text
[erebus.git] / modules / control.py
index c1e246b2b5ab6116c63cfc7f75d9e485e9a405ce..34018fc0e775f6b87b9323f38b4d43c94267d6ff 100644 (file)
@@ -100,7 +100,7 @@ def _whois(user, chan, showglevel=True, showclevel=True):
        return fmt % fillers
 
 @lib.hook(needchan=False)
-@lib.help("<user>", "shows who someone is")
+@lib.help("<user|#auth>", "shows who someone is")
 @lib.argsEQ(1)
 def whois(bot, user, chan, realtarget, *args):
        name = args[0]