From 8b0e2e09f81a7d89ceb52e947e9db12a206a8c37 Mon Sep 17 00:00:00 2001 From: Tom Gilbert Date: Thu, 13 Oct 2005 15:37:44 +0000 Subject: various outstanding changes --- lib/rbot/ircbot.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/rbot/ircbot.rb b/lib/rbot/ircbot.rb index ddc53d98..89037255 100644 --- a/lib/rbot/ircbot.rb +++ b/lib/rbot/ircbot.rb @@ -599,6 +599,8 @@ class IrcBot debug "no PONG from server for #{diff} seconds, reconnecting" begin @socket.shutdown + # TODO + # raise an exception to get back to the mainloop rescue debug "couldn't shutdown connection (already shutdown?)" end -- cgit v1.2.3