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

Fix double lookups on accounts when authenticating.

This commit is contained in:
Sadie Powell
2025-11-09 11:38:51 +00:00
parent fb1014a53c
commit 8562445038
18 changed files with 43 additions and 65 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ public:
user->SendMessage(NickServ, _("Your email address has been updated to \002%s\002."), email.c_str());
}
req->Success(me);
req->Success(me, na);
delete this;
}