diff options
| author | 2026-04-07 03:55:58 +0100 | |
|---|---|---|
| committer | 2026-04-07 03:56:01 +0100 | |
| commit | 9ed219b31fa2de88ed38fb5e2c49792b85bbe5b6 (patch) | |
| tree | bcc0e06dcbcef74fc1cc1ca2d66f485abc682f0e /modules/ircv3_utf8only.cpp | |
| parent | Rename DLL_EXTENSION to INSPIRCD_MODULE_EXT. (diff) | |
| parent | Release v4.10.0. (diff) | |
Merge branch 'insp4' into master.
Diffstat (limited to 'modules/ircv3_utf8only.cpp')
| -rw-r--r-- | modules/ircv3_utf8only.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ircv3_utf8only.cpp b/modules/ircv3_utf8only.cpp index 74f80d864..80258fdf0 100644 --- a/modules/ircv3_utf8only.cpp +++ b/modules/ircv3_utf8only.cpp @@ -266,7 +266,7 @@ private: public: IRCv3UTF8Only() - : Module(VF_CORE | VF_VENDOR, "RFC client protocol serializer and unserializer") + : Module(VF_CORE | VF_VENDOR, "Provides support for the IRCv3 UTF8ONLY specification.") , ISupport::EventListener(weak_from_this()) , utf8serializer(weak_from_this()) { |
