From 6367bb1e0ec7ecc03ebfc9370a096c2a2c18adae Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Wed, 30 Jul 2008 18:46:58 +0200 Subject: * nick is handled by config, not basics --- lib/rbot/core/basics.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/rbot/core/basics.rb b/lib/rbot/core/basics.rb index 33614f36..fd7a085f 100644 --- a/lib/rbot/core/basics.rb +++ b/lib/rbot/core/basics.rb @@ -113,8 +113,6 @@ class BasicsModule < CoreBotModule _("part => part channel ") when "hide" _("hide => part all channels") - when "nick" - _("nick => attempt to change nick to ") when "say" _("say | => say to or in private message to ") when "action" @@ -132,7 +130,7 @@ class BasicsModule < CoreBotModule # when "hello" # return "hello|hi|hey|yo [#{@bot.myself}] => greet the bot" else - _("%{name}: quit, restart, join, part, hide, save, nick, say, action, topic, quiet, talk, ping, mode") % {:name=>name} + _("%{name}: quit, restart, join, part, hide, save, say, action, topic, quiet, talk, ping, mode") % {:name=>name} #, botsnack, hello end end -- cgit v1.2.3