mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-27 21:19:31 +01:00
unreal: Bump protocol version to 4019 (4.0.19-rc1)
This commit is contained in:
parent
d5fd7b03f5
commit
e929fda293
@ -26,8 +26,11 @@ class UnrealProtocol(TS6BaseProtocol):
|
||||
self.protocol_caps |= {'slash-in-nicks', 'underscore-in-hosts', 'slash-in-hosts'}
|
||||
# Set our case mapping (rfc1459 maps "\" and "|" together, for example)
|
||||
self.casemapping = 'ascii'
|
||||
self.proto_ver = 4017
|
||||
|
||||
# Unreal protocol version
|
||||
self.proto_ver = 4019
|
||||
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…
Reference in New Issue
Block a user