Let's try this for the connection problem bugs.

This commit is contained in:
Jeremy Fincher 2004-08-29 06:49:50 +00:00
parent 1cd4b87f1e
commit 4d60937c69

View File

@ -521,6 +521,9 @@ class Irc(IrcCommandDispatcher):
def reset(self):
"""Resets the Irc object. Called when the driver reconnects."""
if self.zombie:
self._reallyDie()
return
self._setNonResettingVariables()
self.state.reset()
self.queue.reset()