mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 00:47:21 +01:00 
			
		
		
		
	hybrid: remove slash-in-hosts as it is not supported
This commit is contained in:
		
							parent
							
								
									2fc5d32e3f
								
							
						
					
					
						commit
						80ef2ca788
					
				@ -16,6 +16,7 @@ class HybridProtocol(TS6Protocol):
 | 
			
		||||
 | 
			
		||||
        self.casemapping = 'ascii'
 | 
			
		||||
        self.hook_map = {'EOB': 'ENDBURST', 'TBURST': 'TOPIC', 'SJOIN': 'JOIN'}
 | 
			
		||||
        self.protocol_caps -= {'slash-in-hosts'}
 | 
			
		||||
 | 
			
		||||
    def post_connect(self):
 | 
			
		||||
        """Initializes a connection to a server."""
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user