Modified:
/gozerbot/irc/irc.py
=======================================
--- /gozerbot/irc/irc.py Mon Oct 10 14:28:12 2011
+++ /gozerbot/irc/irc.py Wed Oct 12 05:14:40 2011
@@ -329,7 +329,7 @@
time.sleep(0.5)
continue
handle_exception()
- reconnect = 1
+ doreconnect = 1
break
except Exception, ex: