1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 18:56:39 +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 8cf8faf529
commit ccc92376be
+1
View File
@@ -408,6 +408,7 @@ void User::AutoID(const std::string &account)
*/
void User::Login(NickCore *core)
{
this->Logout();
nc = core;
core->Users.push_back(this);
}