aboutsummaryrefslogtreecommitdiff
path: root/src/core_modules/admin.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/core_modules/admin.py')
-rw-r--r--src/core_modules/admin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core_modules/admin.py b/src/core_modules/admin.py
index 3a92dd39..0b084965 100644
--- a/src/core_modules/admin.py
+++ b/src/core_modules/admin.py
@@ -43,7 +43,7 @@ class Module(ModuleManager.BaseModule):
elif event["is_channel"]:
target = event["target"].name
check |= utils.Check("channel-mode", "high")
- check |= utils.Check("channel-access", "part")
+ check |= utils.Check("channel-access", "high,part")
else:
event["stderr"].write("No channel provided")