mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-05 18:49:23 +01:00
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:
parent
af5364b0dc
commit
f8c5221efd
@ -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.',
|
||||
|
Loading…
Reference in New Issue
Block a user