diff options
author | Peter Powell <petpow@saberuk.com> | 2019-01-24 18:03:12 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-01-24 18:03:12 +0000 |
commit | dba2cddc463082ca028617df93e6726253e0866f (patch) | |
tree | 7c5254f5d84668fe66135dee799b7b40e80c327e /src/coremods | |
parent | 963213132dd923d0e7dbd47ea6f20373cdef343b (diff) |
Fix overriding <options:exemptchanops> with the exemptchanops mode.
Closes #1558.
Diffstat (limited to 'src/coremods')
-rw-r--r-- | src/coremods/core_channel/core_channel.cpp | 2 |
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) |