aboutsummaryrefslogtreecommitdiff
path: root/src/core_modules/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/core_modules/config.py')
-rw-r--r--src/core_modules/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core_modules/config.py b/src/core_modules/config.py
index 710a5dd6..68fabb3b 100644
--- a/src/core_modules/config.py
+++ b/src/core_modules/config.py
@@ -199,7 +199,7 @@ class Module(ModuleManager.BaseModule):
"Cannot change config for current channel when in "
"private message")
event["check_assert"](permission_check|
- utils.Check("channel-access", target, "config")|
+ utils.Check("channel-access", target, "high,config")|
utils.Check("channel-mode", target, "o"))
elif context == "serverset" or context == "botset":
event["check_assert"](permission_check)