mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-07-05 19:49:25 +00:00
Fix NickServ auth to use decrypted active password
This commit is contained in:
@@ -4868,9 +4868,9 @@ command_insert_vars (session *sess, char *cmd)
|
||||
break;
|
||||
|
||||
case 'p':
|
||||
if (mynet->pass)
|
||||
if (sess->server->password[0])
|
||||
{
|
||||
g_string_append (expanded, mynet->pass);
|
||||
g_string_append (expanded, sess->server->password);
|
||||
}
|
||||
cmd++;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user