mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 01:09:22 +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
|
||||
elif data:
|
||||
self._send(data)
|
||||
else:
|
||||
break
|
||||
|
||||
def connect(self):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user