From ffed5e3378a6851eb8ab03fa21e538389f50f777 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 17 Dec 2016 15:41:34 -0800 Subject: [PATCH] clientbot: also CAP END on 906 (SASL aborted) --- protocols/clientbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/clientbot.py b/protocols/clientbot.py index 4d42840..9c4e2f4 100644 --- a/protocols/clientbot.py +++ b/protocols/clientbot.py @@ -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): """