From de5ab051aab8a2ce1935351dc13e49c3471baa6f Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 7 Oct 2017 21:47:23 -0700 Subject: [PATCH] clientbot: rename cap. clear-channels-on-leave => visible-state-only (#517) --- protocols/clientbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/clientbot.py b/protocols/clientbot.py index b26b1c5..0442f62 100644 --- a/protocols/clientbot.py +++ b/protocols/clientbot.py @@ -25,7 +25,7 @@ class ClientbotWrapperProtocol(IRCCommonProtocol): def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) - self.protocol_caps = {'clear-channels-on-leave', 'slash-in-nicks', 'slash-in-hosts', 'underscore-in-hosts'} + self.protocol_caps = {'visible-state-only', 'slash-in-nicks', 'slash-in-hosts', 'underscore-in-hosts'} self.has_eob = False