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_cap.cpp | |
| parent | Fix the docs of markident and markhost being reversed in m_dnsbl. (diff) | |
Update module descriptions.
Diffstat (limited to 'src/modules/m_cap.cpp')
| -rw-r--r-- | src/modules/m_cap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_cap.cpp b/src/modules/m_cap.cpp index 5f927438b..78475f842 100644 --- a/src/modules/m_cap.cpp +++ b/src/modules/m_cap.cpp @@ -486,7 +486,7 @@ private: public: ModuleCap() - : Module(VF_VENDOR, "Implements support for the IRCv3 Client Capability Negotiation extension.") + : Module(VF_VENDOR, "Provides support for the IRCv3 Client Capability Negotiation extension.") , cmd(this) , poisoncap(this) , stdrplcap(this, "inspircd.org/standard-replies") |
