diff --git a/src/users.cpp b/src/users.cpp index 9256eba7b..b90da29a3 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -303,10 +303,10 @@ void User::Identify(NickAlias *na) na->last_seen = Anope::CurTime; } - this->Login(na->nc); - IRCD->SendLogin(this); + this->Login(na->nc); + FOREACH_MOD(OnNickIdentify, (this)); if (this->IsServicesOper())