3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-12-24 11:42:51 +01:00

hybrid: remove slash-in-hosts as it is not supported

This commit is contained in:
James Lu 2017-12-03 18:56:20 -08:00
parent 2fc5d32e3f
commit 80ef2ca788

View File

@ -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."""