summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2010-06-30 09:57:22 +0200
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2010-06-30 09:57:22 +0200
commitf0582b56cdfad1ec450b7f5fe8d0c68fe88b5d7c (patch)
tree2b5160d9bfd2f4a4f856e1775ab8eee5a14e75e8
parent82756327944bbae07c7c515763f978012729bdf0 (diff)
minor correction to help auth
-rw-r--r--lib/rbot/core/auth.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbot/core/auth.rb b/lib/rbot/core/auth.rb
index 275f5d7e..756fc6d7 100644
--- a/lib/rbot/core/auth.rb
+++ b/lib/rbot/core/auth.rb
@@ -405,7 +405,7 @@ class AuthModule < CoreBotModule
return _("user topics: show, enable|disable, add|rm netmask, set, reset, tell, create, list, destroy")
end
when "auth"
- return _("auth <masterpassword>: log in as the bot owner; other commands: login, whoami, permissions syntax, permissions [re]set, permissions view, user, meet, hello, allow, prevent")
+ return _("auth <masterpassword>: log in as the bot owner; other commands: login, whoami, permissions syntax, permissions [re]set, permissions view, user, meet, hello, allow, deny")
when "meet"
return _("meet <nick> [as <user>]: creates a bot user for nick, calling it user (defaults to the nick itself)")
when "hello"