From 4d39ad1c846663f8837c34de1a1672b32a3b92e5 Mon Sep 17 00:00:00 2001 From: James Lu Date: Fri, 5 Oct 2018 23:57:06 -0700 Subject: [PATCH] unreal: bump protocol version to 4200 Corresponding to UnrealIRCd 4.2.0. --- protocols/unreal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/unreal.py b/protocols/unreal.py index ba206bf..7577bb9 100644 --- a/protocols/unreal.py +++ b/protocols/unreal.py @@ -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',