]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_exemptchanops.cpp
Mark +P mode as oper-only now that it no longer requires an explicit permission string
[user/henk/code/inspircd.git] / src / modules / m_exemptchanops.cpp
index 8b3fbf074a9f71ea9a7a794918197fcebd213a6a..0b5acdd10f91914e66c1c03cabbd1c54165ab1da 100644 (file)
@@ -2,7 +2,7 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
+ *  InspIRCd: (C) 2002-2010 InspIRCd Development Team
  * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
@@ -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)