Finished up addcom/delcom. Added comlist. Fixed @list commands (still needs to sort by command name eventually).
This commit is contained in:
parent
e1f4c2e0da
commit
c7452e5a88
7 changed files with 115 additions and 54 deletions
|
|
@ -12,6 +12,9 @@ uncon_ctable = {
|
|||
|
||||
# Command Table
|
||||
ctable = {
|
||||
"addcom": commands_comsys.cmd_addcom,
|
||||
"comlist": commands_comsys.cmd_comlist,
|
||||
"delcom": commands_comsys.cmd_delcom,
|
||||
"drop": commands_general.cmd_drop,
|
||||
"examine": commands_general.cmd_examine,
|
||||
"get": commands_general.cmd_get,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue