mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 02:43:09 +00:00
[NET] Remove the NAME, PRINT and SEND options because we will most likely never have a messenger service
This commit is contained in:
parent
bb723c337a
commit
560b66a2d5
3 changed files with 101 additions and 329 deletions
|
@ -86,13 +86,6 @@ INT cmdHelp(INT argc, WCHAR **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
if (_wcsicmp(argv[2], L"NAME") == 0)
|
||||
{
|
||||
PrintNetMessage(MSG_NAME_SYNTAX);
|
||||
PrintNetMessage(MSG_NAME_HELP);
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (_wcsicmp(argv[2], L"PAUSE") == 0)
|
||||
{
|
||||
PrintNetMessage(MSG_PAUSE_SYNTAX);
|
||||
|
@ -100,20 +93,6 @@ INT cmdHelp(INT argc, WCHAR **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
if (_wcsicmp(argv[2], L"PRINT") == 0)
|
||||
{
|
||||
PrintNetMessage(MSG_PRINT_SYNTAX);
|
||||
PrintNetMessage(MSG_PRINT_HELP);
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (_wcsicmp(argv[2], L"SEND") == 0)
|
||||
{
|
||||
PrintNetMessage(MSG_SEND_SYNTAX);
|
||||
PrintNetMessage(MSG_SEND_HELP);
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (_wcsicmp(argv[2], L"SESSION") == 0)
|
||||
{
|
||||
PrintNetMessage(MSG_SESSION_SYNTAX);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue