Explorar el Código

Fix broken continue.

tags/v0.3
Ben Kurtovic hace 9 años
padre
commit
805f27df31
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      earwigbot/irc/frontend.py

+ 1
- 1
earwigbot/irc/frontend.py Ver fichero

@@ -88,7 +88,7 @@ class Frontend(IRCConnection):
data = Data(self.nick, line, msgtype="NOTICE")
if self._auth_wait and data.nick == self.NICK_SERVICES:
if data.msg.startswith("This nickname is registered."):
continue
return
self._auth_wait = False
sleep(2) # Wait for hostname change to propagate
self._join_channels()


Cargando…
Cancelar
Guardar