]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_httpd_config.cpp
m_cban: Implement support for channel masks
[user/henk/code/inspircd.git] / src / modules / m_httpd_config.cpp
index 2a584fbf089ce9f88dde931cc0fc09957ade9578..fe14277728ba5c99aed60d8763ed6fc9f600b115 100644 (file)
@@ -75,7 +75,7 @@ class ModuleHttpConfig : public Module, public HTTPRequestEventListener
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Allows for the server configuration to be viewed over HTTP via m_httpd", VF_VENDOR);
+               return Version("Allows the server configuration to be viewed over HTTP via the /config path.", VF_VENDOR);
        }
 };