diff --git a/protocols/nefarious.py b/protocols/nefarious.py index 7f58e3f..acf5ffc 100644 --- a/protocols/nefarious.py +++ b/protocols/nefarious.py @@ -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 {}