mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 00:47:21 +01:00 
			
		
		
		
	TS6Protocol: target_ircd renamed when refactored
Signed-off-by: Celelibi <celelibi@gmail.com>
This commit is contained in:
		
							parent
							
								
									6bf66f9e4d
								
							
						
					
					
						commit
						26bdc90781
					
				@ -23,7 +23,7 @@ class TS6Protocol(TS6BaseProtocol):
 | 
			
		||||
                                                             else 'charybdis')
 | 
			
		||||
        self._ircd = self._ircd.lower()
 | 
			
		||||
        if self._ircd not in self.SUPPORTED_IRCDS:
 | 
			
		||||
            log.warning("(%s) Unsupported IRCd %r; falling back to 'charybdis' instead", self.name, target_ircd)
 | 
			
		||||
            log.warning("(%s) Unsupported IRCd %r; falling back to 'charybdis' instead", self.name, self._ircd)
 | 
			
		||||
            self._ircd = 'charybdis'
 | 
			
		||||
 | 
			
		||||
        self._can_chghost = False
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user