Explorar el Código

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 hace 3 años
padre
commit
7fc40c3d22
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      irclog.py

+ 0
- 1
irclog.py Ver fichero

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


Cargando…
Cancelar
Guardar