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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user