diff options
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 dc6245921..48e7a2fa4 100644 --- a/src/modules/m_cgiirc.cpp +++ b/src/modules/m_cgiirc.cpp @@ -268,7 +268,7 @@ class ModuleCgiIRC public: ModuleCgiIRC() - : Module(VF_VENDOR, "Enables forwarding the real IP address of a user from a gateway to the IRC server") + : Module(VF_VENDOR, "Adds the ability for IRC gateways to forward the real IP address of users connecting through them.") , WebIRC::EventListener(this) , Whois::EventListener(this) , cmd(this) |
