diff options
Diffstat (limited to 'src/modules/m_exemptchanops.cpp')
-rw-r--r-- | src/modules/m_exemptchanops.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_exemptchanops.cpp b/src/modules/m_exemptchanops.cpp index 27b4e704f..0b5acdd10 100644 --- a/src/modules/m_exemptchanops.cpp +++ b/src/modules/m_exemptchanops.cpp @@ -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) |