Przeglądaj źródła

Fix broken continue.

tags/v0.3
Ben Kurtovic 9 lat temu
rodzic
commit
805f27df31
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      earwigbot/irc/frontend.py

+ 1
- 1
earwigbot/irc/frontend.py Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz