3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-24 03:29:28 +01:00

unreal: bump protocol version to 4200

Corresponding to UnrealIRCd 4.2.0.
This commit is contained in:
James Lu 2018-10-05 23:57:06 -07:00
parent a3e18081a6
commit 4d39ad1c84

View File

@ -28,7 +28,7 @@ class UnrealProtocol(TS6BaseProtocol):
self.casemapping = 'ascii'
# Unreal protocol version
self.proto_ver = 4019
self.proto_ver = 4200
self.min_proto_ver = 4000
self.hook_map = {'UMODE2': 'MODE', 'SVSKILL': 'KILL', 'SVSMODE': 'MODE',