From 26bfc068694dc0e02ea77af6d4546d96338da85b Mon Sep 17 00:00:00 2001 From: James Lu Date: Thu, 22 Aug 2019 21:02:30 -0700 Subject: [PATCH] unreal: get rid of weird cmode +f workaround --- protocols/unreal.py | 1 - 1 file changed, 1 deletion(-) diff --git a/protocols/unreal.py b/protocols/unreal.py index 3e68015..59d2af1 100644 --- a/protocols/unreal.py +++ b/protocols/unreal.py @@ -542,7 +542,6 @@ class UnrealProtocol(TS6BaseProtocol): for namedmode, modechar in cmodes.items(): if modechar in supported_cmodes: self.cmodes[namedmode] = modechar - self.cmodes['*B'] += 'f' # Add +f to the list too, dunno why it isn't there. # Add in the supported prefix modes. self.cmodes.update({'halfop': 'h', 'admin': 'a', 'owner': 'q',