aboutsummaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-12-22 19:05:39 +0000
committerGravatar Sadie Powell2023-12-22 19:27:30 +0000
commit4fde370e938d5c4feaabde5e83604897470a3995 (patch)
treedbc1e4e930503f32fa72ee1c8e8e9facdb7ce22f /src/modules
parentUpdate author list. (diff)
Update module descriptions.
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/m_haproxy.cpp2
-rw-r--r--src/modules/m_ircv3.cpp2
2 files changed, 2 insertions, 2 deletions
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);
}
};