diff options
| author | 2020-10-27 10:50:28 +0000 | |
|---|---|---|
| committer | 2020-10-27 10:50:28 +0000 | |
| commit | 5a88a78f9926a738a5c91fe32d707016f06d2a6a (patch) | |
| tree | 44c98ed4d0147c6303d4e852527aefa576488b3a /src/users.cpp | |
| parent | Convert CmdResult to an 8-bit strongly typed enum. (diff) | |
| parent | Don't kill cloaking users when hash/md5 is missing. (diff) | |
Merge branch 'insp3' into master.
Diffstat (limited to 'src/users.cpp')
| -rw-r--r-- | src/users.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/users.cpp b/src/users.cpp index 02e67e3bd..418b43ea4 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -1069,6 +1069,7 @@ void User::ChangeRealHost(const std::string& host, bool resetdisplay) if (!changehost) return; + FOREACH_MOD(OnChangeRealHost, (this, host)); realhost = host; this->InvalidateCache(); } |
