aboutsummaryrefslogtreecommitdiffstats
path: root/src/users.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2020-10-27 10:50:28 +0000
committerGravatar Sadie Powell2020-10-27 10:50:28 +0000
commit5a88a78f9926a738a5c91fe32d707016f06d2a6a (patch)
tree44c98ed4d0147c6303d4e852527aefa576488b3a /src/users.cpp
parentConvert CmdResult to an 8-bit strongly typed enum. (diff)
parentDon'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.cpp1
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();
}