aboutsummaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2020-10-06 10:31:09 +0100
committerGravatar Sadie Powell2020-10-06 10:31:39 +0100
commite81dcaec7f8d3032b1931c8aa24cc945dac4c3a3 (patch)
treef9a3d87767f59a41d5b21ecd9c6cc92fd57726f3 /src/users.cpp
parentFIx a typo in the shun docs. (diff)
Recheck users for xlines when their real hostname changes.
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 df21dbeee..8270e2d0e 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -1075,6 +1075,7 @@ void User::ChangeRealHost(const std::string& host, bool resetdisplay)
if (!changehost)
return;
+ FOREACH_MOD(OnChangeHost, (this, host));
realhost = host;
this->InvalidateCache();
}