mirror of
https://github.com/jlu5/PyLink.git
synced 2025-05-05 22:27:24 +02:00
ts6: unset has_eob correctly on reconnects
This commit is contained in:
parent
c176c90bb6
commit
6962f3b73e
@ -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…
x
Reference in New Issue
Block a user