diff options
author | Robin Burchell <robin+git@viroteck.net> | 2012-07-01 21:11:59 +0200 |
---|---|---|
committer | Robin Burchell <robin+git@viroteck.net> | 2012-07-01 21:11:59 +0200 |
commit | 2c3745edb3013d4ffce393337566a8a58924740b (patch) | |
tree | 15a8fa22aa166ebb29e358a582300197289d5175 /src/users.cpp | |
parent | 6db09883f29f385b528d3771d3d89c63d81863c8 (diff) |
Revert "users: introduce OnSetClientIP hook."
This reverts commit 5fd31ec5a6ba6021763b36d8d17d4665900623ab.
Diffstat (limited to 'src/users.cpp')
-rw-r--r-- | src/users.cpp | 2 |
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; } |