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

clientbot: also CAP END on 906 (SASL aborted)

This commit is contained in:
James Lu 2016-12-17 15:41:34 -08:00
parent 8666151189
commit ffed5e3378

View File

@ -464,7 +464,7 @@ class ClientbotWrapperProtocol(Protocol):
"""
log.info('(%s) %s', self.irc.name, args[-1])
self.irc.send('CAP END')
handle_903 = handle_902 = handle_905 = handle_907 = handle_904
handle_903 = handle_902 = handle_905 = handle_906 = handle_907 = handle_904
def handle_cap(self, source, command, args):
"""