Ver a proveniência

Fix broken continue.

tags/v0.3
Ben Kurtovic há 9 anos
ascendente
cometimento
805f27df31
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      earwigbot/irc/frontend.py

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

@@ -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()


Carregando…
Cancelar
Guardar