diff options
Diffstat (limited to 'lib/rbot')
-rw-r--r-- | lib/rbot/core/utils/httputil.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rbot/core/utils/httputil.rb b/lib/rbot/core/utils/httputil.rb index b1e5743c..7a18a4cd 100644 --- a/lib/rbot/core/utils/httputil.rb +++ b/lib/rbot/core/utils/httputil.rb @@ -276,6 +276,7 @@ class HttpUtil def cleanup debug 'stopping http cache cleanup timer' @bot.timer.remove(@timer) + super end # if http_proxy_include or http_proxy_exclude are set, then examine the |