3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 09:19:23 +01:00

clientbot: declare clear-channels-on-leave capability

This commit is contained in:
James Lu 2017-03-15 23:47:32 -07:00
parent f512ae1b33
commit 936535786e

View File

@ -14,6 +14,8 @@ class ClientbotWrapperProtocol(Protocol):
def __init__(self, irc):
super().__init__(irc)
self.protocol_caps = {'clear-channels-on-leave'}
self.has_eob = False
# Remove conf key checks for those not needed for Clientbot.