mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 09:19:23 +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'}
|
self.protocol_caps |= {'slash-in-nicks', 'underscore-in-hosts'}
|
||||||
# Set our case mapping (rfc1459 maps "\" and "|" together, for example)
|
# Set our case mapping (rfc1459 maps "\" and "|" together, for example)
|
||||||
self.casemapping = 'ascii'
|
self.casemapping = 'ascii'
|
||||||
self.proto_ver = 4000
|
self.proto_ver = 4017
|
||||||
self.min_proto_ver = 4000
|
self.min_proto_ver = 4000
|
||||||
self.hook_map = {'UMODE2': 'MODE', 'SVSKILL': 'KILL', 'SVSMODE': 'MODE',
|
self.hook_map = {'UMODE2': 'MODE', 'SVSKILL': 'KILL', 'SVSMODE': 'MODE',
|
||||||
'SVS2MODE': 'MODE', 'SJOIN': 'JOIN', 'SETHOST': 'CHGHOST',
|
'SVS2MODE': 'MODE', 'SJOIN': 'JOIN', 'SETHOST': 'CHGHOST',
|
||||||
|
Loading…
Reference in New Issue
Block a user