diff options
| author | 2019-02-11 21:23:52 +0000 | |
|---|---|---|
| committer | 2019-02-11 21:23:52 +0000 | |
| commit | b37a50ed7a964c07c6ea6e2f626ee3c1732876c1 (patch) | |
| tree | ccf786b9b5fa5aa69e0833953056a1d1bd3a858a /src/IRCSocket.py | |
| parent | last_read/last_send is now handled by IRCSocket.py (diff) | |
| signature | ||
IRCServer should handle ping_sent, not IRCSocket
Diffstat (limited to 'src/IRCSocket.py')
| -rw-r--r-- | src/IRCSocket.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/IRCSocket.py b/src/IRCSocket.py index dabfc8b3..21ef2153 100644 --- a/src/IRCSocket.py +++ b/src/IRCSocket.py @@ -115,7 +115,6 @@ class Socket(IRCObject.Object): decoded_lines.append(decoded_line) self.last_read = time.monotonic() - self.ping_sent = False return decoded_lines def send(self, line: IRCLine.Line): |
