From 5cffd61572c62cd84c9be9c9426e34611043d638 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Mon, 27 Aug 2007 20:17:56 +0000 Subject: Call 'super' from the correct place in httputil --- lib/rbot/core/utils/httputil.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3