diff options
| author | 2023-06-20 17:15:59 +0100 | |
|---|---|---|
| committer | 2023-06-20 17:15:59 +0100 | |
| commit | f267d5f4777b4189377aeec71561d78d610550a8 (patch) | |
| tree | 42491766c0dff13f7557f1ddb166355fd0764d27 /src/modules/m_cloak_user.cpp | |
| parent | Suggest using cloak_user to cloak IRCCloud users. (diff) | |
Update the description of the cloak_user module.
Diffstat (limited to 'src/modules/m_cloak_user.cpp')
| -rw-r--r-- | src/modules/m_cloak_user.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_cloak_user.cpp b/src/modules/m_cloak_user.cpp index 85663e16b..f0a4801a1 100644 --- a/src/modules/m_cloak_user.cpp +++ b/src/modules/m_cloak_user.cpp @@ -206,7 +206,7 @@ private: public: ModuleCloakUser() - : Module(VF_VENDOR, "Adds the account, account-id, nick cloaking methods for use with the cloak module.") + : Module(VF_VENDOR, "Adds the account, account-id, ident, and nick cloaking methods for use with the cloak module.") , Account::EventListener(this) , accountcloak(this, "account", hostmap) , accountidcloak(this, "account-id", hostmap) |
