do43x: add the current nick to the list of tried nicks.

The original nick was never added to the list...
This commit is contained in:
Valentin Lorentz 2021-03-04 21:29:23 +01:00
parent af5364b0dc
commit f8c5221efd
1 changed files with 1 additions and 0 deletions

View File

@ -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.',