From 4fde370e938d5c4feaabde5e83604897470a3995 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 22 Dec 2023 19:05:39 +0000 Subject: Update module descriptions. --- src/modules/m_haproxy.cpp | 2 +- src/modules/m_ircv3.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules') diff --git a/src/modules/m_haproxy.cpp b/src/modules/m_haproxy.cpp index 509a00ede..fe798feff 100644 --- a/src/modules/m_haproxy.cpp +++ b/src/modules/m_haproxy.cpp @@ -438,7 +438,7 @@ class ModuleHAProxy : public Module Version GetVersion() CXX11_OVERRIDE { - return Version("Allows IRC connections to be made using reverse proxies that implement the HAProxy PROXY protocol.", VF_VENDOR); + return Version("Allows IRC connections to be made using reverse proxies that implement version 2 of the HAProxy PROXY protocol.", VF_VENDOR); } }; diff --git a/src/modules/m_ircv3.cpp b/src/modules/m_ircv3.cpp index ef3270467..013f7ce6d 100644 --- a/src/modules/m_ircv3.cpp +++ b/src/modules/m_ircv3.cpp @@ -181,7 +181,7 @@ class ModuleIRCv3 Version GetVersion() CXX11_OVERRIDE { - return Version("Provides the IRCv3 account-notify, away-notify, and extended-join client capabilities.", VF_VENDOR); + return Version("Provides the IRCv3 account-notify, away-notify, extended-join, and standard-replies client capabilities.", VF_VENDOR); } }; -- cgit v1.3.1-10-gc9f91