mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 14:07:16 +02:00
Moved @boot to a more sensible place.
This commit is contained in:
parent
684ae521b7
commit
7e7f164c71
3 changed files with 66 additions and 66 deletions
|
|
@ -48,7 +48,7 @@ ctable = {
|
|||
"version": (commands.general.cmd_version, None),
|
||||
"who": (commands.general.cmd_who, None),
|
||||
"@alias": (commands.objmanip.cmd_alias, None),
|
||||
"@boot": (commands.objmanip.cmd_boot, ("genperms.manage_players")),
|
||||
"@boot": (commands.privileged.cmd_boot, ("genperms.manage_players")),
|
||||
"@ccreate": (commands.comsys.cmd_ccreate, ("objects.add_commchannel")),
|
||||
"@cdestroy": (commands.comsys.cmd_cdestroy, ("objects.delete_commchannel")),
|
||||
"@cemit": (commands.comsys.cmd_cemit, None),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue