3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-12-24 11:42:51 +01:00

relay: remove extraneous comment

This commit is contained in:
James Lu 2016-09-06 19:53:21 -07:00
parent a12ed6ad35
commit dd083b9b8d

View File

@ -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):