[NET] Add the NET CONFIG (SERVER) command

This commit is contained in:
Eric Kohl 2018-04-01 19:00:32 +02:00
parent a0b5b47352
commit ca9413ce30
12 changed files with 244 additions and 1 deletions

View file

@ -22,7 +22,7 @@ COMMAND cmds[] =
{
{L"accounts", cmdAccounts},
{L"computer", unimplemented},
{L"config", unimplemented},
{L"config", cmdConfig},
{L"continue", cmdContinue},
{L"file", unimplemented},
{L"group", unimplemented},