]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
minor typo fix
authorTom Gilbert <tom@linuxbrit.co.uk>
Wed, 4 Apr 2007 08:55:52 +0000 (08:55 +0000)
committerTom Gilbert <tom@linuxbrit.co.uk>
Wed, 4 Apr 2007 08:55:52 +0000 (08:55 +0000)
lib/rbot/ircbot.rb

index 54782f70673722f2f73edc96dc08eb1034c3987f..4708724cb217adee75ed13776def8113592367ae 100644 (file)
@@ -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',