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 f858660e4..73eb84137 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -1013,6 +1013,8 @@ bool User::SetClientIP(irc::sockets::sockaddrs *sa)
{
memcpy(&client_sa, sa, sizeof(irc::sockets::sockaddrs));
+ FOREACH_MOD(I_OnSetClientIP, OnSetClientIP(this));
+
return true;
}