diff options
| author | 2020-04-10 15:22:14 +0100 | |
|---|---|---|
| committer | 2020-04-10 15:36:14 +0100 | |
| commit | 4a6fedd9324d87349a806c9c1d0ae6e7d3c1fd38 (patch) | |
| tree | 518203561dd10d1fca9990676dc5d0518ea7c4ed /src/modules/m_cgiirc.cpp | |
| parent | Add a tool for updating module descriptions based on the docs. (diff) | |
| download | inspircd++-4a6fedd9324d87349a806c9c1d0ae6e7d3c1fd38.tar.gz inspircd++-4a6fedd9324d87349a806c9c1d0ae6e7d3c1fd38.tar.bz2 inspircd++-4a6fedd9324d87349a806c9c1d0ae6e7d3c1fd38.zip | |
Update the module descriptions using mkversion.
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 d4a02859d..a40d06f14 100644 --- a/src/modules/m_cgiirc.cpp +++ b/src/modules/m_cgiirc.cpp @@ -466,7 +466,7 @@ class ModuleCgiIRC Version GetVersion() CXX11_OVERRIDE { - return Version("Enables forwarding the real IP address of a user from a gateway to the IRC server", VF_VENDOR); + return Version("Adds the ability for IRC gateways to forward the real IP address of users connecting through them.", VF_VENDOR); } }; |
