mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-23 19:19:31 +01:00
unreal: bump protocol version to 4200
Corresponding to UnrealIRCd 4.2.0.
This commit is contained in:
parent
a3e18081a6
commit
4d39ad1c84
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user