From dd083b9b8d4104e022c09c045d49706a1f013e1e Mon Sep 17 00:00:00 2001 From: James Lu Date: Tue, 6 Sep 2016 19:53:21 -0700 Subject: [PATCH] relay: remove extraneous comment --- plugins/relay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/relay.py b/plugins/relay.py index cf7ccef..147ca93 100644 --- a/plugins/relay.py +++ b/plugins/relay.py @@ -405,7 +405,7 @@ def getOrigUser(irc, user, targetirc=None): If targetirc is given, getRemoteUser() is called to get the relay client representing the original user on that target network.""" - # First, iterate over everyone! + try: remoteuser = irc.users[user].remote except (AttributeError, KeyError):