diff options
author | Tom Gilbert <tom@linuxbrit.co.uk> | 2007-04-04 08:55:52 +0000 |
---|---|---|
committer | Tom Gilbert <tom@linuxbrit.co.uk> | 2007-04-04 08:55:52 +0000 |
commit | b8dae8bd30e7d7e8bd710f046e28bde6c25e2fd4 (patch) | |
tree | edcdd6faa7e16cecf9ec63337e14390e3d7180a8 /lib/rbot | |
parent | 12906a51f698aebe1c9a5e19b15555ebbbcc4368 (diff) |
minor typo fix
Diffstat (limited to 'lib/rbot')
-rw-r--r-- | lib/rbot/ircbot.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbot/ircbot.rb b/lib/rbot/ircbot.rb index 54782f70..4708724c 100644 --- a/lib/rbot/ircbot.rb +++ b/lib/rbot/ircbot.rb @@ -242,7 +242,7 @@ class Bot :wizard => true, :default => ['(default)', '(default)/games', '(default)/contrib'], :requires_restart => false, :on_change => Proc.new { |bot, v| bot.setup_plugins_path }, - :desc => "Where the bot should look for plugin. List multiple directories using commas to separate. Use '(default)' for default prepackaged plugins collection, '(default)/contrib' for prepackaged unsupported plugins collection") + :desc => "Where the bot should look for plugins. List multiple directories using commas to separate. Use '(default)' for default prepackaged plugins collection, '(default)/contrib' for prepackaged unsupported plugins collection") BotConfig.register BotConfigEnumValue.new('send.newlines', :values => ['split', 'join'], :default => 'split', |