1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 19:14:47 +02:00

Log out users when they log in to another account.

This commit is contained in:
Adam
2010-06-27 17:59:48 -04:00
parent 2979a0e975
commit 77ec1f2fa7
+1
View File
@@ -452,6 +452,7 @@ void User::AutoID(const std::string &account)
*/
void User::Login(NickCore *core)
{
this->Logout();
nc = core;
core->Users.push_back(this);
}