]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_exemptchanops.cpp
Route SVSSILENCE/SVSWATCH using OPT_UCAST, marking them OPTCOMMON
[user/henk/code/inspircd.git] / src / modules / m_exemptchanops.cpp
index 27b4e704f2c650ec534e3765b0491cf8d06849fa..0b5acdd10f91914e66c1c03cabbd1c54165ab1da 100644 (file)
@@ -77,7 +77,7 @@ class ModuleExemptChanOps : public Module
 
        virtual Version GetVersion()
        {
-               return Version("Provides the ability to allow channel operators to be exempt from certain modes.",VF_VENDOR|VF_COMMON);
+               return Version("Provides the ability to allow channel operators to be exempt from certain modes.",VF_VENDOR);
        }
 
        virtual void OnRehash(User* user)