]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
fixed typo in help auth
authorMoritz 'moemoe' Augsburger <rbot@moritz.augsburger.name>
Sat, 3 May 2008 23:16:11 +0000 (01:16 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sat, 3 May 2008 23:57:40 +0000 (01:57 +0200)
lib/rbot/core/auth.rb

index f5745d0e96aa63ca1a7b48bfbf48822dcc490520..fe781a2107467653daf30f59987c1ef747d26f97 100644 (file)
@@ -394,7 +394,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, permission 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, prevent")
     when "meet"
       return _("meet <nick> [as <user>]: creates a bot user for nick, calling it user (defaults to the nick itself)")
     when "hello"