X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fusers.cpp;h=a99b51c2ce714cd069f30527d39b089063774f3c;hb=7ba36f5348a6cca1c0da820c60ae17063f3cdad5;hp=df21dbeeed346dcfbdd841f011ca01d607823736;hpb=bc444b242fabb8ae8b5ca58c2c903b75c02e9756;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/users.cpp b/src/users.cpp index df21dbeee..a99b51c2c 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(OnChangeRealHost, (this, host)); realhost = host; this->InvalidateCache(); }