aboutsummaryrefslogtreecommitdiff
path: root/src/core_modules/admin.py
diff options
context:
space:
mode:
authorGravatar jesopo2020-02-07 00:11:28 +0000
committerGravatar jesopo2020-02-07 00:11:28 +0000
commitd588760fc4fbfd5cc4acf9041b57f86a6a0cf39e (patch)
treecb72b1d33c2f895f561bfdba89f7382fa4c68455 /src/core_modules/admin.py
parentallow multipe require_accces (comma sep), support "low"/"high"/"admin" (diff)
update other modules to use categorised require_access
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")