diff options
| author | 2020-10-06 10:31:09 +0100 | |
|---|---|---|
| committer | 2020-10-06 10:31:39 +0100 | |
| commit | e81dcaec7f8d3032b1931c8aa24cc945dac4c3a3 (patch) | |
| tree | f9a3d87767f59a41d5b21ecd9c6cc92fd57726f3 /src/users.cpp | |
| parent | FIx 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.cpp | 1 |
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(); } |
