mirror of
https://github.com/evennia/evennia.git
synced 2026-03-23 08:16:30 +01:00
Fixing old docstring on @quell command, suggesting superuser cannot be quelled.
This commit is contained in:
parent
340160e4ea
commit
e6067c873c
1 changed files with 0 additions and 3 deletions
|
|
@ -606,9 +606,6 @@ class CmdQuell(MuxPlayerCommand):
|
|||
Hierarchical permission quelling only work downwards, thus a Player cannot
|
||||
use a higher-permission Character to escalate their permission level.
|
||||
Use the unquell command to revert back to normal operation.
|
||||
|
||||
Note that the superuser character cannot be quelled. Use a separate
|
||||
admin account for testing.
|
||||
"""
|
||||
|
||||
key = "@quell"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue