From f0582b56cdfad1ec450b7f5fe8d0c68fe88b5d7c Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Wed, 30 Jun 2010 09:57:22 +0200 Subject: minor correction to help auth --- lib/rbot/core/auth.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 : log in as the bot owner; other commands: login, whoami, permissions 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, deny") when "meet" return _("meet [as ]: creates a bot user for nick, calling it user (defaults to the nick itself)") when "hello" -- cgit v1.2.3