]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - lib/rbot/config.rb
Fri Jul 29 13:07:56 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>
[user/henk/code/ruby/rbot.git] / lib / rbot / config.rb
index e93af811e51b00129db9bc9862bf0b58d09ed155..19506ab274db3ca3569ec3df47f6e99a66571127 100644 (file)
@@ -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