mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 14:37:17 +02:00
Added @ps to show events and the next time they're going to fire.
This commit is contained in:
parent
53b111f4ae
commit
3ecb46f958
3 changed files with 52 additions and 3 deletions
|
|
@ -60,6 +60,7 @@ ctable = {
|
|||
"@newpassword": (commands_privileged.cmd_newpassword, ("genperms.manage_players")),
|
||||
"@open": (commands_privileged.cmd_open, ("genperms.builder")),
|
||||
"@password": (commands_privileged.cmd_password, None),
|
||||
"@ps": (commands_privileged.cmd_ps, ("genperms.process_control")),
|
||||
"@reload": (commands_privileged.cmd_reload, ("genperms.process_control")),
|
||||
"@set": (commands_privileged.cmd_set, None),
|
||||
"@shutdown": (commands_privileged.cmd_shutdown, ("genperms.process_control")),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue