mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 09:19:23 +01:00
clientbot: also CAP END on 906 (SASL aborted)
This commit is contained in:
parent
8666151189
commit
ffed5e3378
@ -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):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user