diff options
| author | 2023-12-22 22:01:09 +0000 | |
|---|---|---|
| committer | 2023-12-22 22:01:09 +0000 | |
| commit | 34591ec89f7810cc095c0a5451339ca5510d9d58 (patch) | |
| tree | 06d588f252862e6a5b5dce97d723f38ab74be540 /src/modules/m_haproxy.cpp | |
| parent | Document the PROP command. (diff) | |
| parent | Release v3.17.0. (diff) | |
Merge branch 'insp3' into master.
Diffstat (limited to 'src/modules/m_haproxy.cpp')
| -rw-r--r-- | src/modules/m_haproxy.cpp | 2 |
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)) { } |
