diff options
Diffstat (limited to 'src/modules/m_halfop.cpp')
-rw-r--r-- | src/modules/m_halfop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_halfop.cpp b/src/modules/m_halfop.cpp index e251802e0..d0ad44891 100644 --- a/src/modules/m_halfop.cpp +++ b/src/modules/m_halfop.cpp @@ -84,7 +84,7 @@ class ModuleHalfop : public Module Version GetVersion() { - return Version("Channel half-operator mode provider", VF_VENDOR|VF_COMMON); + return Version("Channel half-operator mode provider", VF_VENDOR); } }; |