mirror of
https://github.com/anope/anope.git
synced 2026-06-30 02:56:38 +02:00
#1681 update last realname always on signon
This commit is contained in:
@@ -507,6 +507,8 @@ void User::UpdateHost()
|
||||
Anope::string last_realhost = this->GetIdent() + "@" + this->host;
|
||||
na->last_usermask = last_usermask;
|
||||
na->last_realhost = last_realhost;
|
||||
// This is called on signon, and if users are introduced with an account it won't update
|
||||
na->last_realname = this->realname;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user