1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 17:04:47 +02:00

Fix changing user passwords with SASET.

Closes #553.
This commit is contained in:
Sadie Powell
2026-01-12 17:10:55 +00:00
parent 520826cdea
commit 59d8c28c85
+1 -1
View File
@@ -186,7 +186,7 @@ public:
return;
}
const Anope::string &param = params[0];
const Anope::string &param = params[1];
NickCore *nc = setter_na->nc;
if (Config->GetModule("nickserv").Get<bool>("secureadmins", "yes") && source.nc != nc && nc->IsServicesOper())