mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 00:47:21 +01:00 
			
		
		
		
	unreal: bump protocol version to 4017 (no changes needed)
This commit is contained in:
		
							parent
							
								
									1c3f71ac1b
								
							
						
					
					
						commit
						a2783d74c5
					
				@ -26,7 +26,7 @@ class UnrealProtocol(TS6BaseProtocol):
 | 
			
		||||
        self.protocol_caps |= {'slash-in-nicks', 'underscore-in-hosts'}
 | 
			
		||||
        # Set our case mapping (rfc1459 maps "\" and "|" together, for example)
 | 
			
		||||
        self.casemapping = 'ascii'
 | 
			
		||||
        self.proto_ver = 4000
 | 
			
		||||
        self.proto_ver = 4017
 | 
			
		||||
        self.min_proto_ver = 4000
 | 
			
		||||
        self.hook_map = {'UMODE2': 'MODE', 'SVSKILL': 'KILL', 'SVSMODE': 'MODE',
 | 
			
		||||
                         'SVS2MODE': 'MODE', 'SJOIN': 'JOIN', 'SETHOST': 'CHGHOST',
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user