diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-10-01 06:03:19 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-10-01 06:03:19 +0000 |
commit | 6d0f06caba8935bad98751ff18e0561d1d0ef5dd (patch) | |
tree | 0384f02826820f022bd61d2b039d89c3f80da411 /lib | |
parent | 285023382ed06501aca544c52123d61799937eab (diff) |
core/config: fix help
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rbot/core/config.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rbot/core/config.rb b/lib/rbot/core/config.rb index cdd334f4..13f93c9d 100644 --- a/lib/rbot/core/config.rb +++ b/lib/rbot/core/config.rb @@ -198,8 +198,6 @@ class ConfigModule < CoreBotModule case plugin
when "config"
case topic
- when ""
- _("config-related tasks: config topics, save, rescan")
when "list"
_("config list => list configuration modules, config list <module> => list configuration keys for module <module>")
when "get"
|