Parcourir la source

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 il y a 3 ans
Parent
révision
7fc40c3d22
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. +0
    -1
      irclog.py

+ 0
- 1
irclog.py Voir le fichier

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


Chargement…
Annuler
Enregistrer