]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
config core botmodule: document 'nick', 'status'
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 14 Sep 2007 11:50:47 +0000 (11:50 +0000)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 14 Sep 2007 11:50:47 +0000 (11:50 +0000)
lib/rbot/core/config.rb

index d929fb39c5908d30d2b6787267381634add831ad..cdd334f4499621c0178669f39087a6769dbaf93c 100644 (file)
@@ -219,6 +219,10 @@ class ConfigModule < CoreBotModule
       # else\r
       #   "no help for config #{topic}"\r
       end\r
+    when "nick"\r
+      _("nick <newnick> => change the bot nick to <newnick>, if possible")\r
+    when "status"\r
+      _("status => display some information on the bot's status")\r
     when "save"\r
       _("save => save current dynamic data and configuration")\r
     when "rescan"\r
@@ -226,7 +230,7 @@ class ConfigModule < CoreBotModule
     when "version"\r
       _("version => describes software version")\r
     else\r
-      _("config-related tasks: config, save, rescan, version")\r
+      _("config-related tasks: config, save, rescan, version, nick, status")\r
     end\r
   end\r
 \r