From dba2cddc463082ca028617df93e6726253e0866f Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Thu, 24 Jan 2019 18:03:12 +0000 Subject: Fix overriding with the exemptchanops mode. Closes #1558. --- src/coremods/core_channel/core_channel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/coremods/core_channel/core_channel.cpp') 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) -- cgit v1.2.3