X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_chanprotect.cpp;h=61ffa3ad2616b4a53be66e3fec171ae2c07800a6;hb=f8ccaed31d68661d16eae1a412b337af09de111b;hp=77fe3f353b66df0eb4bb257083b9012a0319e6a8;hpb=33318dd6fbc2fa38ccf16ca90a95666f28d860b3;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_chanprotect.cpp b/src/modules/m_chanprotect.cpp index 77fe3f353..61ffa3ad2 100644 --- a/src/modules/m_chanprotect.cpp +++ b/src/modules/m_chanprotect.cpp @@ -287,7 +287,7 @@ class ModuleChanProtect : public Module Version GetVersion() { - return Version("Founder and Protect modes (+qa)", VF_COMMON | VF_VENDOR); + return Version("Founder and Protect modes (+qa)", VF_VENDOR); } };