mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-06-18 12:47:22 +02: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):
|
def writable(self):
|
||||||
#debug.methodNamePrintf(self, 'writable')
|
#debug.methodNamePrintf(self, 'writable')
|
||||||
while True:
|
while self.connected:
|
||||||
m = self.irc.takeMsg()
|
m = self.irc.takeMsg()
|
||||||
if m:
|
if m:
|
||||||
self.push(str(m))
|
self.push(str(m))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user