]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Atheme wont work right, because this wasnt VF_COMMON. If its not VF_COMMON, its not...
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 1 Oct 2006 12:22:51 +0000 (12:22 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 1 Oct 2006 12:22:51 +0000 (12:22 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5364 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/m_svshold.cpp

index cfe99c82e5211ff5bff094922a36731f79c9f8d3..b66bc867e98154e33d3f6662d2dd6d078d5b85d3 100644 (file)
@@ -198,7 +198,7 @@ class ModuleSVSHold : public Module
        
        virtual Version GetVersion()
        {
-               return Version(1,0,0,1,VF_VENDOR);
+               return Version(1,0,0,1,VF_VENDOR|VF_COMMON);
        }
 
        std::string EncodeSVSHold(const SVSHold &ban)