mirror of
https://github.com/anope/anope.git
synced 2026-07-04 22:33:12 +02:00
ns_group: send login on successful group too
This commit is contained in:
@@ -55,6 +55,7 @@ class NSGroupRequest : public IdentifyRequest
|
||||
|
||||
if (u != NULL)
|
||||
{
|
||||
IRCD->SendLogin(u, na); // protocol modules prevent this on unconfirmed accounts
|
||||
u->Login(target->nc);
|
||||
FOREACH_MOD(OnNickGroup, (u, target));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user