implemented LIST command in client
not in server yet haha
This commit is contained in:
parent
1b4401f944
commit
4134f9d1b3
@ -180,6 +180,9 @@ int main(void)
|
|||||||
);
|
);
|
||||||
|
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
|
} else if (command(line, WHY2_CHAT_COMMAND_LIST, &cmd_arg)) //HELP CMD
|
||||||
|
{
|
||||||
|
why2_send_socket(WHY2_CHAT_CODE_LIST, NULL, listen_socket);
|
||||||
}
|
}
|
||||||
} else
|
} else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user