mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 08:57:25 +01:00 
			
		
		
		
	unreal: bump protocol version to 4000
This commit is contained in:
		
							parent
							
								
									19ac5b59a5
								
							
						
					
					
						commit
						ad517f80da
					
				@ -23,8 +23,8 @@ class UnrealProtocol(TS6BaseProtocol):
 | 
			
		||||
        super(UnrealProtocol, self).__init__(irc)
 | 
			
		||||
        # Set our case mapping (rfc1459 maps "\" and "|" together, for example".
 | 
			
		||||
        self.casemapping = 'ascii'
 | 
			
		||||
        self.proto_ver = 3999
 | 
			
		||||
        self.min_proto_ver = 3999
 | 
			
		||||
        self.proto_ver = 4000
 | 
			
		||||
        self.min_proto_ver = 4000
 | 
			
		||||
        self.hook_map = {'UMODE2': 'MODE', 'SVSKILL': 'KILL', 'SVSMODE': 'MODE',
 | 
			
		||||
                         'SVS2MODE': 'MODE', 'SJOIN': 'JOIN', 'SETHOST': 'CHGHOST',
 | 
			
		||||
                         'SETIDENT': 'CHGIDENT', 'SETNAME': 'CHGNAME',
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user