From 2bcb83cf957b95004c6308bfbeeb6a9a2a7247a7 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 1 Mar 2024 10:48:26 +0000 Subject: Update module descriptions. --- src/modules/m_cloak_sha256.cpp | 2 +- src/modules/m_cloak_user.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules') diff --git a/src/modules/m_cloak_sha256.cpp b/src/modules/m_cloak_sha256.cpp index e33ea1269..0fd3ca9d8 100644 --- a/src/modules/m_cloak_sha256.cpp +++ b/src/modules/m_cloak_sha256.cpp @@ -342,7 +342,7 @@ private: public: ModuleCloakSHA256() - : Module(VF_VENDOR, "Adds the hmac-sha256 and hmac-sha256-ip cloaking methods for use with the cloak module.") + : Module(VF_VENDOR, "Adds the hmac-sha256 and hmac-sha256-addr cloaking methods for use with the cloak module.") , addrcloak(this, "hmac-sha256-addr", false) , hostcloak(this, "hmac-sha256", true) { diff --git a/src/modules/m_cloak_user.cpp b/src/modules/m_cloak_user.cpp index 6b45eb8ef..263a462dd 100644 --- a/src/modules/m_cloak_user.cpp +++ b/src/modules/m_cloak_user.cpp @@ -333,7 +333,7 @@ private: public: ModuleCloakUser() - : Module(VF_VENDOR, "Adds the account, account-id, nickname, and username cloaking methods for use with the cloak module.") + : Module(VF_VENDOR, "Adds the account, account-id, fingerprint, nickname, and username cloaking methods for use with the cloak module.") , Account::EventListener(this) , accountcloak(this, "account", hostmap) , accountidcloak(this, "account-id", hostmap) -- cgit v1.3.1-10-gc9f91