summaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp4
1 files changed, 2 insertions, 2 deletions
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())