1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 15:06:39 +02:00

Unbreak account stuff from commit ccae59430a.

This commit is contained in:
Adam
2014-01-21 17:20:15 -05:00
parent 67c13b41ee
commit 4d9273efa4
13 changed files with 29 additions and 42 deletions
+1 -1
View File
@@ -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);