1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 22:03:14 +02:00

Respect nonicknameownership on InspIRCd v4.

This commit is contained in:
Sadie Powell
2024-09-26 19:38:44 +01:00
parent 546f65c38e
commit 66c9be8627
+1 -1
View File
@@ -102,7 +102,7 @@ class InspIRCdProto final
private:
static Anope::string GetAccountNicks(NickAlias* na)
{
if (!na)
if (!na || Config->GetModule("nickserv")->Get<bool>("nonicknameownership"))
return {};
Anope::string nicks;