1
0
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:
Adam
2018-02-10 08:36:03 -05:00
parent 772410d974
commit 1baf774647
+1
View File
@@ -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));
}