diff options
| author | 2022-12-12 11:03:28 +0000 | |
|---|---|---|
| committer | 2022-12-12 11:03:28 +0000 | |
| commit | 28c59ba77b21d0f1337240d07e20cf9af1af959f (patch) | |
| tree | a2a6de4d26b3b45c720fc8c0d471059312c1b558 /src/modules/m_deaf.cpp | |
| parent | Fix the docs of markident and markhost being reversed in m_dnsbl. (diff) | |
Update module descriptions.
Diffstat (limited to 'src/modules/m_deaf.cpp')
| -rw-r--r-- | src/modules/m_deaf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_deaf.cpp b/src/modules/m_deaf.cpp index 3585b77bc..8412d95f3 100644 --- a/src/modules/m_deaf.cpp +++ b/src/modules/m_deaf.cpp @@ -126,7 +126,7 @@ private: public: ModuleDeaf() - : Module(VF_VENDOR, "Adds user mode d (deaf) which prevents users from receiving channel messages.") + : Module(VF_VENDOR, "Adds user modes d (deaf) and D (privdeaf) which prevents users from receiving channel (deaf) or private (privdeaf) messages.") , CTCTags::EventListener(this) , deafmode(this) , privdeafmode(this) |
