Moving @ccreate from commands_privileged to commands_comsys. Still need to add duplicate name checking.

This commit is contained in:
Greg Taylor 2007-05-11 15:25:15 +00:00
parent ac32ab05c1
commit 65df59ff53
3 changed files with 22 additions and 20 deletions

View file

@ -27,7 +27,7 @@ ctable = {
"uptime": commands_general.cmd_uptime,
"version": commands_general.cmd_version,
"who": commands_general.cmd_who,
"@ccreate": commands_privileged.cmd_ccreate,
"@ccreate": commands_comsys.cmd_ccreate,
"@create": commands_privileged.cmd_create,
"@description": commands_privileged.cmd_description,
"@destroy": commands_privileged.cmd_destroy,