Backed out previous change

This commit is contained in:
Jeremy Fincher 2003-04-02 07:05:38 +00:00
parent f4d6ba0525
commit f82170de74

View File

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