mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 01:09:22 +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.
|
||||
self.has_eob = False
|
||||
|
||||
self._caps = {}
|
||||
self._use_builtin_005_handling = True
|
||||
|
||||
# ngIRCd has no TS tracking.
|
||||
self.protocol_caps.discard('has-ts')
|
||||
|
||||
### Commands
|
||||
|
||||
def post_connect(self):
|
||||
|
Loading…
Reference in New Issue
Block a user