]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_setidle.cpp
Remove the intercomm system since sqlite is synchronous.
[user/henk/code/inspircd.git] / src / modules / m_setidle.cpp
index 4751d99c121b65fea206279b2dba2912e2d677b1..df58f65620ad06c49fec2e89392d503014714d73 100644 (file)
@@ -62,7 +62,7 @@ class ModuleSetIdle : public Module
 
        virtual Version GetVersion()
        {
-               return Version("Allows opers to set their idle time", VF_VENDOR, API_VERSION);
+               return Version("Allows opers to set their idle time", VF_VENDOR);
        }
 };