summaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2014-01-21 17:20:15 -0500
committerAdam <Adam@anope.org>2014-01-21 17:20:15 -0500
commit4d9273efa42a16380de8ac81c615eaac89052f68 (patch)
tree8c33a14022cdd5fe303fd3bd5160a5b490752c78 /src/users.cpp
parent67c13b41eeda261b9b94a5cbc9eb55413b0d92cd (diff)
Unbreak account stuff from commit ccae59430ab50393f43ccc38a6a6c0c24191b601.
Diffstat (limited to 'src/users.cpp')
-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);