summaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/users.cpp b/src/users.cpp
index 07aa0fabe..35b3723de 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -136,6 +136,8 @@ void User::SetDisplayedHost(const Anope::string &shost)
Log(this, "host") << "changed vhost to " << shost;
+ FOREACH_MOD(OnSetDisplayedHost, (this));
+
this->UpdateHost();
}