]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - lib/rbot/core/config.rb
botuser: add command to reset the netmasks list
[user/henk/code/ruby/rbot.git] / lib / rbot / core / config.rb
index d929fb39c5908d30d2b6787267381634add831ad..13f93c9def78b246a3125b89abbd2bf0f913797d 100644 (file)
@@ -198,8 +198,6 @@ class ConfigModule < CoreBotModule
     case plugin\r
     when "config"\r
       case topic\r
-      when ""\r
-      _("config-related tasks: config topics, save, rescan")\r
       when "list"\r
       _("config list => list configuration modules, config list <module> => list configuration keys for module <module>")\r
       when "get"\r
@@ -219,6 +217,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 +228,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