3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-12-25 12:12:53 +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 If targetirc is given, getRemoteUser() is called to get the relay client
representing the original user on that target network.""" representing the original user on that target network."""
# First, iterate over everyone!
try: try:
remoteuser = irc.users[user].remote remoteuser = irc.users[user].remote
except (AttributeError, KeyError): except (AttributeError, KeyError):