summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/users.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp
index b90da29a3..088aa5a67 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -303,7 +303,7 @@ void User::Identify(NickAlias *na)
na->last_seen = Anope::CurTime;
}
- IRCD->SendLogin(this);
+ IRCD->SendLogin(this, na);
this->Login(na->nc);