mirror of
https://github.com/jlu5/PyLink.git
synced 2025-02-09 02:54:14 +01:00
unreal: fix typo in last commit
This commit is contained in:
parent
efcc30c983
commit
fd32bbf45f
@ -403,7 +403,7 @@ class UnrealProtocol(TS6BaseProtocol):
|
|||||||
introducing legacy (non-SID) servers."""
|
introducing legacy (non-SID) servers."""
|
||||||
# <- SERVER unreal.midnight.vpn 1 :U3999-Fhin6OoEM UnrealIRCd test server
|
# <- SERVER unreal.midnight.vpn 1 :U3999-Fhin6OoEM UnrealIRCd test server
|
||||||
sname = args[0]
|
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:
|
for cap in self._neededCaps:
|
||||||
if cap not in self.caps:
|
if cap not in self.caps:
|
||||||
raise ProtocolError("Not all required capabilities were met "
|
raise ProtocolError("Not all required capabilities were met "
|
||||||
|
Loading…
Reference in New Issue
Block a user