From fd32bbf45f91ea25fffd7397453afe0f6c49c7b8 Mon Sep 17 00:00:00 2001 From: James Lu Date: Fri, 1 Apr 2016 19:12:58 -0700 Subject: [PATCH] unreal: fix typo in last commit --- protocols/unreal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/unreal.py b/protocols/unreal.py index 5af4555..438208e 100644 --- a/protocols/unreal.py +++ b/protocols/unreal.py @@ -403,7 +403,7 @@ class UnrealProtocol(TS6BaseProtocol): introducing legacy (non-SID) servers.""" # <- SERVER unreal.midnight.vpn 1 :U3999-Fhin6OoEM UnrealIRCd test server sname = args[0] - if numeric == self.irc.uplink and not irc.connected.is_set(): # We're doing authentication + if numeric == self.irc.uplink and not self.irc.connected.is_set(): # We're doing authentication for cap in self._neededCaps: if cap not in self.caps: raise ProtocolError("Not all required capabilities were met "