mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 00:47:21 +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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user