mirror of
https://github.com/jlu5/PyLink.git
synced 2025-01-11 20:52:42 +01:00
Revert "inspircd: don't allow _ in hosts"
This reverts commit ac8b7babf1
.
This commit is contained in:
parent
a8832a5f93
commit
d3f2a370da
@ -22,7 +22,7 @@ class InspIRCdProtocol(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', 'slash-in-hosts'}
|
self.protocol_caps |= {'slash-in-nicks', 'slash-in-hosts', 'underscore-in-hosts'}
|
||||||
|
|
||||||
# Set our case mapping (rfc1459 maps "\" and "|" together, for example).
|
# Set our case mapping (rfc1459 maps "\" and "|" together, for example).
|
||||||
self.casemapping = 'rfc1459'
|
self.casemapping = 'rfc1459'
|
||||||
|
Loading…
Reference in New Issue
Block a user