Moving @ccreate from commands_privileged to commands_comsys. Still need to add duplicate name checking.
This commit is contained in:
parent
ac32ab05c1
commit
65df59ff53
3 changed files with 22 additions and 20 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue