From 80ef2ca7888690f3c244e1ba056bf1ebcaac869c Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 3 Dec 2017 18:56:20 -0800 Subject: [PATCH] hybrid: remove slash-in-hosts as it is not supported --- protocols/hybrid.py | 1 + 1 file changed, 1 insertion(+) diff --git a/protocols/hybrid.py b/protocols/hybrid.py index 88e56ff..c9ac8e9 100644 --- a/protocols/hybrid.py +++ b/protocols/hybrid.py @@ -16,6 +16,7 @@ class HybridProtocol(TS6Protocol): self.casemapping = 'ascii' self.hook_map = {'EOB': 'ENDBURST', 'TBURST': 'TOPIC', 'SJOIN': 'JOIN'} + self.protocol_caps -= {'slash-in-hosts'} def post_connect(self): """Initializes a connection to a server."""