mirror of
https://github.com/jlu5/PyLink.git
synced 2024-12-24 19:52:53 +01:00
relay: continue, not return
(fix SQUIT not rejoining relay users properly)
This commit is contained in:
parent
043a4bc27a
commit
aec29d2aae
@ -665,7 +665,7 @@ def relayJoins(irc, channel, users, ts, modes):
|
||||
if isRelayClient(irc, user):
|
||||
# Don't clone relay clients; that'll cause some bad, bad
|
||||
# things to happen.
|
||||
return
|
||||
continue
|
||||
log.debug('Okay, spawning %s/%s everywhere', user, irc.name)
|
||||
assert user in irc.users, "(%s) How is this possible? %r isn't in our user database." % (irc.name, user)
|
||||
u = getRemoteUser(irc, remoteirc, user)
|
||||
|
Loading…
Reference in New Issue
Block a user