diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-03-16 20:48:28 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-03-16 20:48:28 +0000 |
commit | 2e6f388addc0bb9ddc0cb991af50220c1e5e64c3 (patch) | |
tree | 580a3d0a086c95392903df10be302186f9f3cebb /lib | |
parent | 8669de30cea27aee0116bb4420cbf15232c8c352 (diff) |
Plugins: move games into their own directory
Diffstat (limited to 'lib')
-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 fd1dcb66..fed37731 100644 --- a/lib/rbot/ircbot.rb +++ b/lib/rbot/ircbot.rb @@ -243,7 +243,7 @@ class Bot :desc => "Maximum console messages logfile size (in megabytes)") BotConfig.register BotConfigArrayValue.new('plugins.path', - :wizard => true, :default => ['(default)', '(default)/contrib'], + :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") |