X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_halfop.cpp;h=d0ad448910fb7e7ef3718af7bec713bd69e199e1;hb=46e56dedd37abe33af4e8b970d5b83729dc1ef05;hp=e251802e07f884e697d8a8dae4119fb3e8e7cd04;hpb=cd712c40e1b352c05e7ae0f72e0a5e84cdf64323;p=user%2Fhenk%2Fcode%2Finspircd.git 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); } };