mirror of
https://github.com/jlu5/PyLink.git
synced 2024-12-25 04:02:45 +01:00
Irc: fix another CPU loop on 'disconnect'
This commit is contained in:
parent
084f58b499
commit
fd3236ddb7
@ -185,6 +185,8 @@ class Irc(utils.DeprecatedAttributesObject):
|
|||||||
break
|
break
|
||||||
elif data:
|
elif data:
|
||||||
self._send(data)
|
self._send(data)
|
||||||
|
else:
|
||||||
|
break
|
||||||
|
|
||||||
def connect(self):
|
def connect(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user