From 5c751696d6edb11f5cea797fbadf474bf1e1c2c2 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 10 Aug 2022 22:18:06 +0100 Subject: Rename OnSetUserIP to OnChangeRemoteAddress. --- src/modules/m_cloaking.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_cloaking.cpp') diff --git a/src/modules/m_cloaking.cpp b/src/modules/m_cloaking.cpp index db7bd2e29..b04295ef1 100644 --- a/src/modules/m_cloaking.cpp +++ b/src/modules/m_cloaking.cpp @@ -529,7 +529,7 @@ public: return chost; } - void OnSetUserIP(LocalUser* user) override + void OnChangeRemoteAddress(LocalUser* user) override { // Connecting users are handled in OnUserConnect not here. if (user->registered != REG_ALL || user->quitting) -- cgit v1.3.1-10-gc9f91