summaryrefslogtreecommitdiff
path: root/lib/rbot/config.rb
diff options
context:
space:
mode:
authorTom Gilbert <tom@linuxbrit.co.uk>2005-07-29 13:44:33 +0000
committerTom Gilbert <tom@linuxbrit.co.uk>2005-07-29 13:44:33 +0000
commit676dd61e6b0bea5f506d064039a685944aefd6fb (patch)
tree60fa1936a11a67d6412f9db28532d623aabed5d1 /lib/rbot/config.rb
parent438d56ceb82755961229d222d82a1c22ce04ab1d (diff)
Fri Jul 29 13:07:56 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>
* Moved some stuff out of util.rb into the plugins that actually need them. Those methods didn't belong in util as they were plugin-specific. * moved a few more plugins to use map() where appropriate * made the url plugin only store unique urls
Diffstat (limited to 'lib/rbot/config.rb')
-rw-r--r--lib/rbot/config.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/rbot/config.rb b/lib/rbot/config.rb
index e93af811..19506ab2 100644
--- a/lib/rbot/config.rb
+++ b/lib/rbot/config.rb
@@ -34,6 +34,11 @@ module Irc
@config['server.sendq_burst'] = 4
@config['keyword.address'] = true
@config['keyword.listen'] = false
+ @config['http.proxy'] = false
+ @config['http.proxy_include'] = false
+ @config['http.proxy_exclude'] = false
+ @config['http.proxy_user'] = false
+ @config['http.proxy_pass'] = false
# TODO
# have this class persist key/values in hash using yaml as it kinda