aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_censor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_censor.cpp')
-rw-r--r--src/modules/m_censor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_censor.cpp b/src/modules/m_censor.cpp
index 0c8038f6b..70e19bbfd 100644
--- a/src/modules/m_censor.cpp
+++ b/src/modules/m_censor.cpp
@@ -40,7 +40,7 @@ class ModuleCensor : public Module
public:
ModuleCensor()
- : Module(VF_VENDOR, "Provides user and channel mode +G")
+ : Module(VF_VENDOR, "Allows the server administrator to define inappropriate phrases that are not allowed to be used in private or channel messages.")
, exemptionprov(this)
, cu(this, "u_censor", 'G')
, cc(this, "censor", 'G')