mirror of
https://github.com/anope/anope.git
synced 2026-06-28 22:46:38 +02:00
Allow identifying to other accounts using /nickserv id account pass
This commit is contained in:
@@ -118,6 +118,7 @@ class CommandNSGroup : public Command
|
||||
u->Login(na->nc);
|
||||
FOREACH_MOD(I_OnNickGroup, OnNickGroup(u, target));
|
||||
ircdproto->SetAutoIdentificationToken(u);
|
||||
u->SetMode(NickServ, UMODE_REGISTERED);
|
||||
|
||||
Log(LOG_COMMAND, u, this) << "makes " << u->nick << " join group of " << target->nick << " (" << target->nc->display << ") (email: " << (!target->nc->email.empty() ? target->nc->email : "none") << ")";
|
||||
notice_lang(Config->s_NickServ, u, NICK_GROUP_JOINED, target->nick.c_str());
|
||||
|
||||
Reference in New Issue
Block a user