Found and fixed the bug that sucked up 100% cpu when the network got disconnected.

This commit is contained in:
Jeremy Fincher 2003-04-01 09:33:32 +00:00
parent ecdcabb4e6
commit 798bac6d3c
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ class AsyncoreDriver(asynchat.async_chat, object):
def die(self):
#debug.methodNamePrintf(self, 'die')
self.close()
drivers.IrcDriver.die(self)
class ReplListener(asyncore.dispatcher, object):