diff options
| author | 2017-10-15 19:41:47 +0100 | |
|---|---|---|
| committer | 2017-10-15 19:50:15 +0100 | |
| commit | 7306e354798c529a9fff0643c830897401e588d9 (patch) | |
| tree | bb8fa60ad39cdbbde93c91c66b78b02dfa1113ec /src/modules/m_cgiirc.cpp | |
| parent | Add support for WEBIRC blocks authenticating using client certs. (diff) | |
| download | inspircd++-7306e354798c529a9fff0643c830897401e588d9.tar.gz inspircd++-7306e354798c529a9fff0643c830897401e588d9.tar.bz2 inspircd++-7306e354798c529a9fff0643c830897401e588d9.zip | |
Rewrite the configuration documentation for m_cgiirc.
Diffstat (limited to 'src/modules/m_cgiirc.cpp')
| -rw-r--r-- | src/modules/m_cgiirc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_cgiirc.cpp b/src/modules/m_cgiirc.cpp index 9574b313b..e5997cd4e 100644 --- a/src/modules/m_cgiirc.cpp +++ b/src/modules/m_cgiirc.cpp @@ -419,7 +419,7 @@ public: Version GetVersion() CXX11_OVERRIDE { - return Version("Change user's hosts connecting from known CGI:IRC hosts",VF_VENDOR); + return Version("Enables forwarding the IP/host information from a gateway to the IRC server", VF_VENDOR); } }; |
