From a38fe1ab901038088e9e2d27e8dbf6c6878cf38d Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 25 Jul 2015 22:11:41 -0700 Subject: [PATCH] Fix #74 for real? --- plugins/relay.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/relay.py b/plugins/relay.py index c101987..a5577d8 100644 --- a/plugins/relay.py +++ b/plugins/relay.py @@ -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?