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

Fix user account logout message

This commit is contained in:
Adam
2012-11-09 19:31:54 -05:00
parent 504232b388
commit b51f60cc1e
+1 -1
View File
@@ -467,7 +467,7 @@ void User::Logout()
if (!this->nc)
return;
Log(this, "account") << "is not longer identified as " << this->nc->display;
Log(this, "account") << "is no longer identified as " << this->nc->display;
std::list<User *>::iterator it = std::find(this->nc->Users.begin(), this->nc->Users.end(), this);
if (it != this->nc->Users.end())