mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 09:19:23 +01:00
Fix #74 for real?
This commit is contained in:
parent
ddefd38591
commit
a38fe1ab90
@ -120,8 +120,6 @@ def getRemoteUser(irc, remoteirc, user, spawnIfMissing=True):
|
||||
# {'network1': 'UID1', 'network2': 'UID2'}}) exists, don't spawn it
|
||||
# again!
|
||||
try:
|
||||
if user == remoteirc.pseudoclient.uid:
|
||||
return irc.pseudoclient.uid
|
||||
if user == irc.pseudoclient.uid:
|
||||
return remoteirc.pseudoclient.uid
|
||||
except AttributeError: # Network hasn't been initialized yet?
|
||||
|
Loading…
Reference in New Issue
Block a user