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:
Michael King 2007-08-07 19:19:31 +00:00
parent 3fe64c1f34
commit 684ae521b7
3 changed files with 67 additions and 1 deletions

View file

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