diff options
| author | 2021-04-11 18:34:08 +0100 | |
|---|---|---|
| committer | 2021-04-11 18:34:08 +0100 | |
| commit | 6d205fc3fb8d9d7d8d2fc569002bae2f12eb3de9 (patch) | |
| tree | da2b718eb46d2b958d8fd1b25468c3b1cc71d8a4 /include/modules.h | |
| parent | Remove <cgiirc:opernotice>. (diff) | |
Rename the cgiirc module to gateway.
Diffstat (limited to 'include/modules.h')
| -rw-r--r-- | include/modules.h | 3 |
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); |
