diff options
author | Peter Powell <petpow@saberuk.com> | 2017-10-15 19:41:47 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2017-10-15 19:50:15 +0100 |
commit | 7306e354798c529a9fff0643c830897401e588d9 (patch) | |
tree | bb8fa60ad39cdbbde93c91c66b78b02dfa1113ec /src | |
parent | 243b0dd12033dc86049b52b2ae0027652b524b80 (diff) |
Rewrite the configuration documentation for m_cgiirc.
Diffstat (limited to 'src')
-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); } }; |