Let's stop the double kill.

This commit is contained in:
Jeremy Fincher 2004-08-20 04:37:18 +00:00
parent a4c8384e49
commit 9d320188d1

View File

@ -642,6 +642,7 @@ class Irc(IrcCommandDispatcher):
def doError(self, msg):
"""Handles ERROR messages."""
log.info('Error message from %s: %s', self.server, msg.args[0])
if not self.zombie:
if msg.args[0].startswith('Closing Link'):
self.driver.reconnect()
elif 'too fast' in msg.args[0]: