]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
* nick is handled by config, not basics
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Wed, 30 Jul 2008 16:46:58 +0000 (18:46 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Wed, 30 Jul 2008 16:46:58 +0000 (18:46 +0200)
lib/rbot/core/basics.rb

index 33614f36054a87f26a64c5b234b8c3afb496487e..fd7a085f755191304c4a15cbccef83f632523f9b 100644 (file)
@@ -113,8 +113,6 @@ class BasicsModule < CoreBotModule
       _("part <channel> => part channel <channel>")
     when "hide"
       _("hide => part all channels")
       _("part <channel> => part channel <channel>")
     when "hide"
       _("hide => part all channels")
-    when "nick"
-      _("nick <nick> => attempt to change nick to <nick>")
     when "say"
       _("say <channel>|<nick> <message> => say <message> to <channel> or in private message to <nick>")
     when "action"
     when "say"
       _("say <channel>|<nick> <message> => say <message> to <channel> or in private message to <nick>")
     when "action"
@@ -132,7 +130,7 @@ class BasicsModule < CoreBotModule
     #     when "hello"
     #       return "hello|hi|hey|yo [#{@bot.myself}] => greet the bot"
     else
     #     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
       #, botsnack, hello
     end
   end