Added @boot.
Currently, @boot will boot the first username match it comes across, if connected. It will not boot non-player objects, and it will not allow staff to boot other staff.
This commit is contained in:
parent
3fe64c1f34
commit
684ae521b7
3 changed files with 67 additions and 1 deletions
|
|
@ -48,6 +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")),
|
||||
"@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