From: Moritz 'moemoe' Augsburger Date: Sat, 3 May 2008 23:16:11 +0000 (+0200) Subject: fixed typo in help auth X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=c4921212f3a375abb67111f183564daf4865f0af;hp=b24b57238b0270c8101914185eec13787fce3fa7;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git fixed typo in help auth --- 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 : log in as the bot owner; other commands: login, whoami, permission syntax, permissions [re]set, permissions view, user, meet, hello, allow, prevent") + return _("auth : 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 [as ]: creates a bot user for nick, calling it user (defaults to the nick itself)") when "hello"