]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_showwhois.cpp
Remove the intercomm system since sqlite is synchronous.
[user/henk/code/inspircd.git] / src / modules / m_showwhois.cpp
index 24c502ee48e44ff89cba23f327ac28f763b7aa43..be1871badb043b62674f99b8039f3bc1dd6db607 100644 (file)
@@ -102,7 +102,7 @@ class ModuleShowwhois : public Module
 
        virtual Version GetVersion()
        {
-               return Version("Allows opers to set +W to see when a user uses WHOIS on them",VF_COMMON|VF_VENDOR,API_VERSION);
+               return Version("Allows opers to set +W to see when a user uses WHOIS on them",VF_COMMON|VF_VENDOR);
        }
 
        virtual void OnWhois(User* source, User* dest)