diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rbot/core/utils/httputil.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbot/core/utils/httputil.rb b/lib/rbot/core/utils/httputil.rb index 7a18a4cd..43c4f6dd 100644 --- a/lib/rbot/core/utils/httputil.rb +++ b/lib/rbot/core/utils/httputil.rb @@ -276,7 +276,6 @@ 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 @@ -589,6 +588,7 @@ class HttpUtilPlugin < CoreBotModule debug 'shutting down httputil' @bot.httputil.cleanup @bot.httputil = nil + super end end |