mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Fix0red a bugz0r.
This commit is contained in:
parent
96abea0317
commit
fe4a08ccc7
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user