mirror of
https://github.com/jlu5/PyLink.git
synced 2024-12-25 04:02:45 +01:00
hybrid: remove slash-in-hosts as it is not supported
This commit is contained in:
parent
2fc5d32e3f
commit
80ef2ca788
@ -16,6 +16,7 @@ class HybridProtocol(TS6Protocol):
|
|||||||
|
|
||||||
self.casemapping = 'ascii'
|
self.casemapping = 'ascii'
|
||||||
self.hook_map = {'EOB': 'ENDBURST', 'TBURST': 'TOPIC', 'SJOIN': 'JOIN'}
|
self.hook_map = {'EOB': 'ENDBURST', 'TBURST': 'TOPIC', 'SJOIN': 'JOIN'}
|
||||||
|
self.protocol_caps -= {'slash-in-hosts'}
|
||||||
|
|
||||||
def post_connect(self):
|
def post_connect(self):
|
||||||
"""Initializes a connection to a server."""
|
"""Initializes a connection to a server."""
|
||||||
|
Loading…
Reference in New Issue
Block a user