mirror of
https://github.com/jlu5/PyLink.git
synced 2025-02-25 09:50:39 +01:00
clientbot: declare clear-channels-on-leave capability
This commit is contained in:
parent
f512ae1b33
commit
936535786e
@ -14,6 +14,8 @@ class ClientbotWrapperProtocol(Protocol):
|
|||||||
def __init__(self, irc):
|
def __init__(self, irc):
|
||||||
super().__init__(irc)
|
super().__init__(irc)
|
||||||
|
|
||||||
|
self.protocol_caps = {'clear-channels-on-leave'}
|
||||||
|
|
||||||
self.has_eob = False
|
self.has_eob = False
|
||||||
|
|
||||||
# Remove conf key checks for those not needed for Clientbot.
|
# Remove conf key checks for those not needed for Clientbot.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user