Fixed permission on @batchcode command.

This commit is contained in:
Griatch 2012-03-21 11:46:15 +01:00
parent 8350c7dca7
commit 6aac9e6c2b

View file

@ -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):