From 7fc40c3d22537e9f5c3d85bd7fb184135a8832c3 Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Thu, 8 Oct 2020 21:47:50 +0000 Subject: [PATCH] Remove obsolete TODO IRCClientProtocol.channels gets updated on the KICK, so it will naturally appear in channelsToJoin (as long as it's still in the config). --- irclog.py | 1 - 1 file changed, 1 deletion(-) diff --git a/irclog.py b/irclog.py index ec7258a..954d969 100644 --- a/irclog.py +++ b/irclog.py @@ -292,7 +292,6 @@ class IRCClientProtocol(asyncio.Protocol): channelsToPart = self.channels - channels channelsToJoin = channels - self.channels self.channels = channels - #TODO Rejoin channels the bot got kicked from? if self.connected: if channelsToPart: