From cc7e52a19075ca353b2da0f9994d335aa3e0b30b Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 15 Aug 2015 05:20:17 -0700 Subject: [PATCH] relayJoins: remove check for whether the sender internal client This is already done by the .remote attribute check. --- plugins/relay.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/relay.py b/plugins/relay.py index 39356fc..a783522 100644 --- a/plugins/relay.py +++ b/plugins/relay.py @@ -657,10 +657,6 @@ def relayJoins(irc, channel, users, ts, modes): continue log.debug('(%s) relayJoins: got %r for users', irc.name, users) for user in users.copy(): - if utils.isInternalClient(irc, user) or user not in irc.users: - # We don't need to clone PyLink pseudoclients... That's - # meaningless. - continue try: if irc.users[user].remote: # Is the .remote attribute set? If so, don't relay already