mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 09:29:24 +01:00
Another go at fixing the looping bug.
This commit is contained in:
parent
a50643c025
commit
b8f2bbb1bb
@ -88,7 +88,7 @@ class AsyncoreDriver(asynchat.async_chat, object):
|
||||
|
||||
def writable(self):
|
||||
#debug.methodNamePrintf(self, 'writable')
|
||||
while True:
|
||||
while self.connected:
|
||||
m = self.irc.takeMsg()
|
||||
if m:
|
||||
self.push(str(m))
|
||||
|
Loading…
Reference in New Issue
Block a user