mirror of
https://github.com/jlu5/PyLink.git
synced 2025-01-11 12:42:34 +01:00
nefarious: fix wrong variable in last commit
This commit is contained in:
parent
8b04a51daf
commit
ade0fa707e
@ -1103,7 +1103,7 @@ class P10Protocol(IRCS2SProtocol):
|
||||
"""Handles end of burst from our uplink."""
|
||||
# Send EOB acknowledgement; this is required by the P10 specification,
|
||||
# and needed if we want to be able to receive channel messages, etc.
|
||||
if source == irc.uplink:
|
||||
if source == self.irc.uplink:
|
||||
self._send(self.irc.sid, 'EA')
|
||||
return {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user