mirror of
https://github.com/anope/anope.git
synced 2026-07-05 03:33:12 +02:00
Call User::Login after sending the login event, in case a module wants to act on the fact that the ircd sees the user as logged in
This commit is contained in:
+2
-2
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user