aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_haproxy.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-12-22 22:01:09 +0000
committerGravatar Sadie Powell2023-12-22 22:01:09 +0000
commit34591ec89f7810cc095c0a5451339ca5510d9d58 (patch)
tree06d588f252862e6a5b5dce97d723f38ab74be540 /src/modules/m_haproxy.cpp
parentDocument the PROP command. (diff)
parentRelease v3.17.0. (diff)
Merge branch 'insp3' into master.
Diffstat (limited to 'src/modules/m_haproxy.cpp')
-rw-r--r--src/modules/m_haproxy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_haproxy.cpp b/src/modules/m_haproxy.cpp
index 28243579e..34e961f1e 100644
--- a/src/modules/m_haproxy.cpp
+++ b/src/modules/m_haproxy.cpp
@@ -428,7 +428,7 @@ private:
public:
ModuleHAProxy()
- : Module(VF_VENDOR, "Allows IRC connections to be made using reverse proxies that implement the HAProxy PROXY protocol.")
+ : Module(VF_VENDOR, "Allows IRC connections to be made using reverse proxies that implement version 2 of the HAProxy PROXY protocol.")
, hookprov(std::make_shared<HAProxyHookProvider>(this))
{
}