]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_httpd_config.cpp
Don't send an override notice if no modes were actually applied, thanks Ankit.
[user/henk/code/inspircd.git] / src / modules / m_httpd_config.cpp
index 84fa3a375ba57b64765bc20712a9112180871e87..27b494421b3f796b0170e23672e31b264e1beb34 100644 (file)
@@ -20,7 +20,7 @@
 
 class ModuleHttpStats : public Module
 {
-       
+
        std::string stylesheet;
        bool changed;
 
@@ -121,7 +121,7 @@ class ModuleHttpStats : public Module
 
        virtual Version GetVersion()
        {
-               return Version(1, 2, 0, 0, VF_VENDOR, API_VERSION);
+               return Version("$Id$", VF_VENDOR, API_VERSION);
        }
 };