Added @ps to show events and the next time they're going to fire.

This commit is contained in:
Greg Taylor 2007-05-23 19:19:20 +00:00
parent 53b111f4ae
commit 3ecb46f958
3 changed files with 52 additions and 3 deletions

View file

@ -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")),