mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
The opmoderated module should have the VF_VENDOR property.
This commit is contained in:
parent
9a97578b93
commit
87694ba45b
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user