Skip to content

Commit ebab70b

Browse files
committed
do not support deleting chat
1 parent a7293f8 commit ebab70b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

main.c

-8
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@
55
#include <string.h>
66
#include <signal.h>
77
#include <sys/types.h>
8-
#include <sys/socket.h>
9-
#include <sys/ioctl.h>
10-
#include <netinet/in.h>
11-
#include <net/if.h>
12-
#include <arpa/inet.h>
13-
#include <time.h>
14-
#include <netdb.h>
158
#include "terminal.h"
169
#include "display.h"
1710
#include "handle_input.h"
@@ -29,7 +22,6 @@ void print_help(){
2922
printf("./output -j <ipaddress> <your username> -- join a chat\n");
3023
printf("./output -o <existing chat name> -- opens existing chat and host\n");
3124
printf("./output -h -- get help for using this program");
32-
printf("./output -d <chat name> -- delete chat\n");
3325
printf("To leave the chat, press \"Control\" and \"C\"\n");
3426
}
3527

0 commit comments

Comments
 (0)