summaryrefslogtreecommitdiff
path: root/src/coremods/core_channel/core_channel.cpp
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2019-01-24 18:03:12 +0000
committerPeter Powell <petpow@saberuk.com>2019-01-24 18:03:12 +0000
commitdba2cddc463082ca028617df93e6726253e0866f (patch)
tree7c5254f5d84668fe66135dee799b7b40e80c327e /src/coremods/core_channel/core_channel.cpp
parent963213132dd923d0e7dbd47ea6f20373cdef343b (diff)
Fix overriding <options:exemptchanops> with the exemptchanops mode.
Closes #1558.
Diffstat (limited to 'src/coremods/core_channel/core_channel.cpp')
-rw-r--r--src/coremods/core_channel/core_channel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coremods/core_channel/core_channel.cpp b/src/coremods/core_channel/core_channel.cpp
index bf51bd4b2..b3319cba1 100644
--- a/src/coremods/core_channel/core_channel.cpp
+++ b/src/coremods/core_channel/core_channel.cpp
@@ -122,7 +122,7 @@ class CoreModChannel : public Module, public CheckExemption::EventListener
public:
CoreModChannel()
- : CheckExemption::EventListener(this)
+ : CheckExemption::EventListener(this, UINT_MAX)
, invapi(this)
, cmdinvite(this, invapi)
, cmdjoin(this)