mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 12:07:17 +02:00
Adding @stats. We're just going to assume the equivalent of /all on MUX since it's a lot more informative.
This commit is contained in:
parent
bb0ff9f6ff
commit
bfafdbf9c9
3 changed files with 53 additions and 25 deletions
|
|
@ -64,6 +64,7 @@ ctable = {
|
|||
"@reload": (commands_privileged.cmd_reload, ("genperms.process_control")),
|
||||
"@set": (commands_privileged.cmd_set, None),
|
||||
"@shutdown": (commands_privileged.cmd_shutdown, ("genperms.process_control")),
|
||||
"@stats": (commands_privileged.cmd_stats, None),
|
||||
"@teleport": (commands_privileged.cmd_teleport, ("genperms.builder")),
|
||||
"@unlink": (commands_privileged.cmd_unlink, ("genperms.builder")),
|
||||
"@wall": (commands_privileged.cmd_wall, ("genperms.announce")),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue