From 6aac9e6c2b9575fb34ce112b105f0f48fe5da915 Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 21 Mar 2012 11:46:15 +0100 Subject: [PATCH] Fixed permission on @batchcode command. --- src/commands/default/batchprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/default/batchprocess.py b/src/commands/default/batchprocess.py index 9577f030b1..7966f2313d 100644 --- a/src/commands/default/batchprocess.py +++ b/src/commands/default/batchprocess.py @@ -272,7 +272,7 @@ class CmdBatchCode(MuxCommand): """ key = "@batchcode" aliases = ["@batchcodes"] - locks = "cmd:perm(batchcommands) or superuser()" + locks = "cmd:superuser()" help_category = "Building" def func(self):