The opmoderated module should have the VF_VENDOR property.

This commit is contained in:
Sadie Powell 2021-10-08 02:06:38 +01:00
parent 9a97578b93
commit 87694ba45b

View File

@ -68,7 +68,7 @@ class ModuleOpModerated final
public:
ModuleOpModerated()
: Module(VF_OPTCOMMON, "Implements opmoderated channel mode +U (non-voiced messages sent to ops) and extban 'u'.")
: Module(VF_VENDOR | VF_OPTCOMMON, "Implements opmoderated channel mode +U (non-voiced messages sent to ops) and extban 'u'.")
, CTCTags::EventListener(this)
, exemptionprov(this)
, extban(this, "opmoderated", 'u')