From 23003e705b1818d647a89ed415ced1d199561cca Mon Sep 17 00:00:00 2001 From: Test_User Date: Wed, 9 Aug 2023 02:36:06 -0400 Subject: I said to do it the other way... and I didn't do it... and what a surprise, it broke because of it --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index ffcb556..b0c94a8 100644 --- a/main.c +++ b/main.c @@ -210,8 +210,8 @@ void *client_loop(void *ign) { disconnect_client: if (client_connected) { SEND(STRING(":1HC000001 QUIT :Ping timeout: -240 seconds\n")); - remove_user(STRING("1HC000001"), STRING("Ping timeout: -240 seconds\n")); client_connected = 0; + remove_user(STRING("1HC000001"), STRING("Ping timeout: -240 seconds\n")); } close(client_fd); -- cgit v1.2.3