diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-08-26 15:17:52 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-08-26 15:17:52 +0000 |
commit | de9473ac156a8df6e44fa12164c3c727394c6aff (patch) | |
tree | 2e4340c40d31a7fdfcaed3cbe4059d277d283d8f /lib | |
parent | ad4317c01095675546e5d907a917168d82a0580e (diff) |
Call 'super' method from #cleanup() in core modules too
Diffstat (limited to 'lib')
-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 |