mirror of
https://github.com/jlu5/PyLink.git
synced 2025-01-12 13:12:36 +01:00
ngircd: set slash-in-hosts, slash-in-nicks, underscore-in-hosts capabilities
This commit is contained in:
parent
57c86c6d25
commit
67a414fa2a
@ -34,6 +34,9 @@ class NgIRCdProtocol(IRCS2SProtocol):
|
|||||||
# ngIRCd has no TS tracking.
|
# ngIRCd has no TS tracking.
|
||||||
self.protocol_caps.discard('has-ts')
|
self.protocol_caps.discard('has-ts')
|
||||||
|
|
||||||
|
# It is, however, flexible about nicks and hosts.
|
||||||
|
self.protocol_caps |= {'slash-in-hosts', 'slash-in-nicks', 'underscore-in-hosts'}
|
||||||
|
|
||||||
### Commands
|
### Commands
|
||||||
|
|
||||||
def post_connect(self):
|
def post_connect(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user