]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_tline.cpp
Fix infinite loop on alias expansion, found by Adam
[user/henk/code/inspircd.git] / src / modules / m_tline.cpp
index e39064ca7e2c7db9894fe6648ed6eb59870a8067..01aa2e0b3fd7736266dcdb1a5d90964b426b7f19 100644 (file)
@@ -76,7 +76,7 @@ class ModuleTLine : public Module
 
        virtual Version GetVersion()
        {
-               return Version("Provides /tline command used to test who a mask matches", VF_VENDOR,API_VERSION);
+               return Version("Provides /tline command used to test who a mask matches", VF_VENDOR);
        }
 };