mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 08:57:25 +01:00 
			
		
		
		
	clientbot: rename cap. clear-channels-on-leave => visible-state-only (#517)
This commit is contained in:
		
							parent
							
								
									740b399ec2
								
							
						
					
					
						commit
						de5ab051aa
					
				@ -25,7 +25,7 @@ class ClientbotWrapperProtocol(IRCCommonProtocol):
 | 
			
		||||
    def __init__(self, *args, **kwargs):
 | 
			
		||||
        super().__init__(*args, **kwargs)
 | 
			
		||||
 | 
			
		||||
        self.protocol_caps = {'clear-channels-on-leave', 'slash-in-nicks', 'slash-in-hosts', 'underscore-in-hosts'}
 | 
			
		||||
        self.protocol_caps = {'visible-state-only', 'slash-in-nicks', 'slash-in-hosts', 'underscore-in-hosts'}
 | 
			
		||||
 | 
			
		||||
        self.has_eob = False
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user