summaryrefslogtreecommitdiff
path: root/lib/rbot
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbot')
-rw-r--r--lib/rbot/core/config.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/rbot/core/config.rb b/lib/rbot/core/config.rb
index d929fb39..cdd334f4 100644
--- a/lib/rbot/core/config.rb
+++ b/lib/rbot/core/config.rb
@@ -219,6 +219,10 @@ class ConfigModule < CoreBotModule
# else
# "no help for config #{topic}"
end
+ when "nick"
+ _("nick <newnick> => change the bot nick to <newnick>, if possible")
+ when "status"
+ _("status => display some information on the bot's status")
when "save"
_("save => save current dynamic data and configuration")
when "rescan"
@@ -226,7 +230,7 @@ class ConfigModule < CoreBotModule
when "version"
_("version => describes software version")
else
- _("config-related tasks: config, save, rescan, version")
+ _("config-related tasks: config, save, rescan, version, nick, status")
end
end