mirror of
https://github.com/anope/anope.git
synced 2026-07-03 01:53:13 +02:00
Fixed sending account data for unconfirmed accounts
This commit is contained in:
@@ -126,7 +126,10 @@ class CommandNSGroup : public Command
|
||||
FOREACH_MOD(I_OnNickGroup, OnNickGroup(u, target));
|
||||
ircdproto->SetAutoIdentificationToken(u);
|
||||
if (target->nc->HasFlag(NI_UNCONFIRMED) == false)
|
||||
{
|
||||
u->SetMode(NickServ, UMODE_REGISTERED);
|
||||
ircdproto->SendAccountLogin(u, u->Account());
|
||||
}
|
||||
|
||||
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") << ")";
|
||||
source.Reply(_("You are now in the group of \002%s\002."), target->nick.c_str());
|
||||
|
||||
Reference in New Issue
Block a user