summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 6d29836..ffcb556 100644
--- a/main.c
+++ b/main.c
@@ -210,6 +210,7 @@ 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;
}