3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-27 13:09:23 +01:00

unreal: Bump protocol version to 4019 (4.0.19-rc1)

This commit is contained in:
James Lu 2018-09-12 17:20:51 -07:00
parent d5fd7b03f5
commit e929fda293

View File

@ -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',