]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_sanick.cpp
Add reasons to other modules that implement XLines also.
[user/henk/code/inspircd.git] / src / modules / m_sanick.cpp
index a14bfc097e543283636764074052a20b147277ea..55a6aae941b8598cff8f882be4f7438ea2a5e297 100644 (file)
@@ -88,7 +88,7 @@ class ModuleSanick : public Module
 
        virtual Version GetVersion()
        {
-               return Version(1, 2, 0, 1, VF_COMMON | VF_VENDOR, API_VERSION);
+               return Version("$Id$", VF_COMMON | VF_VENDOR, API_VERSION);
        }
 
 };