Fix0red a bugz0r.

This commit is contained in:
Jeremy Fincher 2004-08-31 19:05:20 +00:00
parent 96abea0317
commit fe4a08ccc7
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ class AsyncoreDriver(asynchat.async_chat, drivers.ServersMixin):
self.irc = irc
self.irc.driver = self # Necessary because of the way we reconnect.
self.buffer = ''
self.scheduled = False
self.set_terminator('\n')
try:
server = self._getNextServer()