summaryrefslogtreecommitdiff
path: root/data/rbot
diff options
context:
space:
mode:
authorAlexander Beisig <alexander.beisig@gmx.de>2006-07-21 22:09:23 +0000
committerAlexander Beisig <alexander.beisig@gmx.de>2006-07-21 22:09:23 +0000
commitdbb8796d624e29e2fb62fe1ca28020f2b75a9a0a (patch)
tree905e1e492c76595190e67e64b2f8a2622d6495d8 /data/rbot
parent429172175bb92481791dcb23ff5e32362fab94d5 (diff)
Whoops, typo. My bad.
Diffstat (limited to 'data/rbot')
-rw-r--r--data/rbot/plugins/url.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/url.rb b/data/rbot/plugins/url.rb
index 5d423978..b04beb87 100644
--- a/data/rbot/plugins/url.rb
+++ b/data/rbot/plugins/url.rb
@@ -272,7 +272,7 @@ UNESCAPE_TABLE = {
class UrlPlugin < Plugin
BotConfig.register BotConfigIntegerValue.new('url.max_urls',
-8 :default => 100, :validate => Proc.new{|v| v > 0},
+ :default => 100, :validate => Proc.new{|v| v > 0},
:desc => "Maximum number of urls to store. New urls replace oldest ones.")
BotConfig.register BotConfigBooleanValue.new('url.display_link_info',
:default => false,