aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_opmoderated.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-12-12 11:03:28 +0000
committerGravatar Sadie Powell2022-12-12 11:03:28 +0000
commit28c59ba77b21d0f1337240d07e20cf9af1af959f (patch)
treea2a6de4d26b3b45c720fc8c0d471059312c1b558 /src/modules/m_opmoderated.cpp
parentFix the docs of markident and markhost being reversed in m_dnsbl. (diff)
Update module descriptions.
Diffstat (limited to 'src/modules/m_opmoderated.cpp')
-rw-r--r--src/modules/m_opmoderated.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_opmoderated.cpp b/src/modules/m_opmoderated.cpp
index 52977c2dc..dc809fa47 100644
--- a/src/modules/m_opmoderated.cpp
+++ b/src/modules/m_opmoderated.cpp
@@ -68,7 +68,7 @@ private:
public:
ModuleOpModerated()
- : Module(VF_VENDOR | VF_OPTCOMMON, "Adds the ability for IRC gateways to forward the real IP address of users connecting through them.")
+ : Module(VF_VENDOR | VF_OPTCOMMON, "Adds channel mode U (opmoderated) which hides the messages of unprivileged users from other unprivileged users.")
, CTCTags::EventListener(this)
, exemptionprov(this)
, extban(this, "opmoderated", 'u')