Indenting fixes, still need to finish on commands_comsys, will pick it up later unless someone beats me to it.

This commit is contained in:
Greg Taylor 2007-05-11 15:43:06 +00:00
parent 65df59ff53
commit 44701530dc
3 changed files with 94 additions and 85 deletions

View file

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