mirror of
https://github.com/anope/anope.git
synced 2026-06-25 09:16:38 +02:00
Allow identifying to other accounts using /nickserv id account pass
This commit is contained in:
@@ -110,6 +110,7 @@ class NSResetPass : public Module
|
||||
u->Login(na->nc);
|
||||
ircdproto->SendAccountLogin(u, u->Account());
|
||||
ircdproto->SetAutoIdentificationToken(u);
|
||||
u->SetMode(NickServ, UMODE_REGISTERED);
|
||||
FOREACH_MOD(I_OnNickIdentify, OnNickIdentify(u));
|
||||
|
||||
Log(LOG_COMMAND, u, &commandnsresetpass) << "confirmed RESETPASS to forcefully identify to " << na->nick;
|
||||
|
||||
Reference in New Issue
Block a user