1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 09:46:38 +02:00

Merge branch '2.0' into 2.1.

This commit is contained in:
Sadie Powell
2025-06-25 17:50:01 +01:00
2 changed files with 8 additions and 5 deletions
+4 -1
View File
@@ -133,7 +133,10 @@ public:
}
reset.Unset(nc);
nc->Shrink<bool>("UNCONFIRMED");
if (Config->GetModule("nickserv").Get<const Anope::string>("registration").equals_ci("mail"))
nc->Shrink<bool>("UNCONFIRMED");
if (source.GetUser())
source.GetUser()->Identify(na);