Bug #3577
closed(for servers I have saved in Server List) it connects ok on startup (i.e. it automatically sends IDENTIFY), but it asks to manually IDENTIFY on reconnect.
0%
Description
Using 2.9 beta 2017/7/11 x64 on win10.
I've noticed this issue on a server I have saved in Server List,
i.e. it connects ok on startup (i.e. it automatically sends IDENTIFY), but it asks to manually IDENTIFY on reconnect.
I can manually connect to it via
/server -l 4 irc.crackwatch.me:+6697 my_password -jn #general
Here are screenshots from the Server list:
On the 2nd screenshot, for the "Login method", I had "Default". I also tried switching to "NickServ (/NickServ + Password)" but the issue still occurs,
On AdiIRC startup it connects ok.
But, afterwards, i.e. during the session, if for some reason it gets disconnected, it "fails" to reconnect, (the: Options|Server|"Reconnect on server disconnect" is enabled )
because I get:
Nick _ isn't registered.
You need a registered nick to join that channel.
and after 1-2 minutes I also get:
This nickname is registered and protected. If it is your nick,
type "/msg NickServ IDENTIFY password".
Otherwise, please choose a different nick.
So, I have to manually send the following in order to connect:
/msg NickServ IDENTIFY my_password
I suppose I could use something like the following in the 'Commands' tab("Run these commands on connect"):
on *:CONNECT:{
if (CrackWAtch isin $server) {
/msg NickServ IDENTIFY my_password
}
}
but is this really necessary?
I mean, since the password is already saved, could AdiIRC automatically submit the saved password on reconnect? (that is my suggestion).