Pārlūkot izejas kodu

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).
master
JustAnotherArchivist pirms 3 gadiem
vecāks
revīzija
7fc40c3d22
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. +0
    -1
      irclog.py

+ 0
- 1
irclog.py Parādīt failu

@@ -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:


Notiek ielāde…
Atcelt
Saglabāt