3
0
mirror of https://github.com/jlu5/PyLink.git synced 2025-05-05 14:17:32 +02:00

ts6: unset has_eob correctly on reconnects

This commit is contained in:
James Lu 2016-03-19 18:19:41 -07:00
parent c176c90bb6
commit 6962f3b73e

View File

@ -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):