@cdestroy now implemented as per MUX.

This commit is contained in:
Greg Taylor 2007-05-15 14:30:52 +00:00
parent 725b1b2ac0
commit e1f4c2e0da
2 changed files with 22 additions and 3 deletions

View file

@ -28,6 +28,7 @@ ctable = {
"version": commands_general.cmd_version,
"who": commands_general.cmd_who,
"@ccreate": commands_comsys.cmd_ccreate,
"@cdestroy": commands_comsys.cmd_cdestroy,
"@clist": commands_comsys.cmd_clist,
"@create": commands_privileged.cmd_create,
"@description": commands_privileged.cmd_description,