]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
minor correction to help auth
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Wed, 30 Jun 2010 07:57:22 +0000 (09:57 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Wed, 30 Jun 2010 07:57:22 +0000 (09:57 +0200)
lib/rbot/core/auth.rb

index 275f5d7e18711a1fa293ddb679edfcdbe9420b4d..756fc6d71da18ff36e05aa1df4f16d9e9eb2d186 100644 (file)
@@ -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"