mirror of
https://github.com/anope/anope.git
synced 2026-06-25 18:16:38 +02:00
Allow identifying to other accounts using /nickserv id account pass
This commit is contained in:
@@ -753,6 +753,7 @@ User *do_nick(const Anope::string &source, const Anope::string &nick, const Anop
|
||||
user->UpdateHost();
|
||||
do_on_id(user);
|
||||
ircdproto->SetAutoIdentificationToken(user);
|
||||
user->SetMode(NickServ, UMODE_REGISTERED);
|
||||
Log() << Config->s_NickServ << ": " << user->GetMask() << " automatically identified for group " << user->Account()->display;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user