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, 0 insertions, 2 deletions
diff --git a/src/users.cpp b/src/users.cpp
index 020c1a9bf..0580bf54f 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -982,8 +982,6 @@ bool User::SetClientIP(irc::sockets::sockaddrs *sa)
{
memcpy(&client_sa, sa, sizeof(irc::sockets::sockaddrs));
- FOREACH_MOD(I_OnSetClientIP, OnSetClientIP(this));
-
return true;
}