diff options
author | Moritz 'moemoe' Augsburger <rbot@moritz.augsburger.name> | 2008-05-04 01:16:11 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-05-04 01:57:40 +0200 |
commit | c4921212f3a375abb67111f183564daf4865f0af (patch) | |
tree | d0287fadcfcbe77dc052be983e9640e772dd5cfc /lib/rbot | |
parent | b24b57238b0270c8101914185eec13787fce3fa7 (diff) |
fixed typo in help auth
Diffstat (limited to 'lib/rbot')
-rw-r--r-- | lib/rbot/core/auth.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbot/core/auth.rb b/lib/rbot/core/auth.rb index f5745d0e..fe781a21 100644 --- a/lib/rbot/core/auth.rb +++ b/lib/rbot/core/auth.rb @@ -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" |