mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-27 21:19:31 +01:00
ts6: unset has_eob correctly on reconnects
(cherry picked from commit 6962f3b73e
)
This commit is contained in:
parent
5b2c9c593b
commit
d12e70d5e5
@ -245,6 +245,7 @@ class TS6Protocol(TS6BaseProtocol):
|
|||||||
def connect(self):
|
def connect(self):
|
||||||
"""Initializes a connection to a server."""
|
"""Initializes a connection to a server."""
|
||||||
ts = self.irc.start_ts
|
ts = self.irc.start_ts
|
||||||
|
self.has_eob = False
|
||||||
|
|
||||||
f = self.irc.send
|
f = self.irc.send
|
||||||
# Valid keywords (from mostly InspIRCd's named modes):
|
# Valid keywords (from mostly InspIRCd's named modes):
|
||||||
|
Loading…
Reference in New Issue
Block a user