mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-27 21:19:31 +01:00
unreal: enable slash-in-hosts, it seems to work fine
This commit is contained in:
parent
81170e8062
commit
d5fd7b03f5
@ -23,7 +23,7 @@ class UnrealProtocol(TS6BaseProtocol):
|
|||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
super().__init__(*args, **kwargs)
|
super().__init__(*args, **kwargs)
|
||||||
self.protocol_caps |= {'slash-in-nicks', 'underscore-in-hosts'}
|
self.protocol_caps |= {'slash-in-nicks', 'underscore-in-hosts', 'slash-in-hosts'}
|
||||||
# Set our case mapping (rfc1459 maps "\" and "|" together, for example)
|
# Set our case mapping (rfc1459 maps "\" and "|" together, for example)
|
||||||
self.casemapping = 'ascii'
|
self.casemapping = 'ascii'
|
||||||
self.proto_ver = 4017
|
self.proto_ver = 4017
|
||||||
|
Loading…
Reference in New Issue
Block a user