aboutsummaryrefslogtreecommitdiff
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, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp
index f1569fe51..37277643c 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -767,7 +767,7 @@ void LocalUser::ChangeRemoteAddress(const irc::sockets::sockaddrs& sa)
this->CheckClass();
if (!quitting)
- FOREACH_MOD(OnSetUserIP, (this));
+ FOREACH_MOD(OnChangeRemoteAddress, (this));
}
void LocalUser::Write(const ClientProtocol::SerializedMessage& text)