Made superuser able to have a separate "superuser character" in order to be able to have also test-characters without privileges.

This commit is contained in:
Griatch 2013-03-11 22:01:52 +01:00
parent bbdf2e0896
commit 7581d65cb3
4 changed files with 31 additions and 23 deletions

View file

@ -136,7 +136,7 @@ class CmdPy(MuxCommand):
"""
key = "@py"
aliases = ["!"]
locks = "cmd:all()"#"cmd:perm(py) or perm(Immortals)"
locks = "cmd:perm(py) or perm(Immortals)"
help_category = "System"
def func(self):