aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/extra
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-08-10 22:18:06 +0100
committerGravatar Sadie Powell2022-08-10 22:18:06 +0100
commit5c751696d6edb11f5cea797fbadf474bf1e1c2c2 (patch)
tree73b657cba3560bbbb8709a7cd80d315e06f741e5 /src/modules/extra
parentRename SetClientIP to ChangeRemoteAddress. (diff)
Rename OnSetUserIP to OnChangeRemoteAddress.
Diffstat (limited to 'src/modules/extra')
-rw-r--r--src/modules/extra/m_geo_maxmind.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_geo_maxmind.cpp b/src/modules/extra/m_geo_maxmind.cpp
index 80535c8d3..7066f886f 100644
--- a/src/modules/extra/m_geo_maxmind.cpp
+++ b/src/modules/extra/m_geo_maxmind.cpp
@@ -202,7 +202,7 @@ public:
}
}
- void OnSetUserIP(LocalUser* user) override
+ void OnChangeRemoteAddress(LocalUser* user) override
{
// Unset the extension so that the location of this user is looked
// up again next time it is requested.