From c1c2c954285afbcb352ddadcebed2ba004be41b2 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Fri, 14 Sep 2007 11:50:47 +0000 Subject: [PATCH] config core botmodule: document 'nick', 'status' --- lib/rbot/core/config.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 => change the bot nick to , 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 -- 2.39.5