From f8c5221efd995e21a4e8b518e78322724076a11c Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Thu, 4 Mar 2021 21:29:23 +0100 Subject: [PATCH] do43x: add the current nick to the list of tried nicks. The original nick was never added to the list... --- src/irclib.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/irclib.py b/src/irclib.py index 6ea0b4aee..80bb99aef 100644 --- a/src/irclib.py +++ b/src/irclib.py @@ -2136,6 +2136,7 @@ class Irc(IrcCommandDispatcher, log.Firewalled): def do43x(self, msg, problem): if not self.afterConnect: + self.triedNicks.add(self.nick) newNick = self._getNextNick() assert newNick != self.nick log.info('Got %s: %s %s. Trying %s.',