]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - lib/rbot/ircbot.rb
[config] adds a new param store_default
[user/henk/code/ruby/rbot.git] / lib / rbot / ircbot.rb
index 8b827f15fb59484c88c54df7e0523cd88a51638a..f74b1530cd51f8d1a1d4fcd0f525cad7b2eed8f5 100644 (file)
@@ -435,7 +435,7 @@ class Bot
       },
       :desc => "Percentage of IRC penalty to consider when sending messages to prevent being disconnected for excess flood. Set to 0 to disable penalty control.")
     Config.register Config::StringValue.new('core.db',
-      :default => default_db,
+      :default => default_db, :store_default => true,
       :wizard => true,
       :validate => Proc.new { |v| Registry::formats.include? v },
       :requires_restart => true,