mirror of
https://github.com/jlu5/PyLink.git
synced 2024-12-26 04:32:51 +01:00
ngircd: remove has-ts from protocol capabilities
This commit is contained in:
parent
b0eb1656a5
commit
f29c95152b
@ -27,9 +27,13 @@ class NgIRCdProtocol(IRCS2SProtocol):
|
|||||||
|
|
||||||
# Track whether we've received end-of-burst from the uplink.
|
# Track whether we've received end-of-burst from the uplink.
|
||||||
self.has_eob = False
|
self.has_eob = False
|
||||||
|
|
||||||
self._caps = {}
|
self._caps = {}
|
||||||
self._use_builtin_005_handling = True
|
self._use_builtin_005_handling = True
|
||||||
|
|
||||||
|
# ngIRCd has no TS tracking.
|
||||||
|
self.protocol_caps.discard('has-ts')
|
||||||
|
|
||||||
### Commands
|
### Commands
|
||||||
|
|
||||||
def post_connect(self):
|
def post_connect(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user