aboutsummaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/modules.h b/include/modules.h
index 79c42f2ad..b1e3f31dc 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -965,8 +965,7 @@ class CoreExport Module : public Cullable, public usecountbase
virtual ModResult OnNumeric(User* user, const Numeric::Numeric& numeric);
- /** Called whenever a local user's IP is set for the first time, or when a local user's IP changes due to
- * a module like m_cgiirc changing it.
+ /** Called whenever a local user's IP is set or changed.
* @param user The user whose IP is being set
*/
virtual void OnSetUserIP(LocalUser* user);