From 5d52ed923b122a4e6998ae9a3501f41ff4c06bc3 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sat, 9 Aug 2025 11:34:01 +0100 Subject: Correctly send non-client QUITs and add QUIT message to STDIN quit. --- blabouncer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blabouncer.c') diff --git a/blabouncer.c b/blabouncer.c index 2e569a1..b3e239d 100644 --- a/blabouncer.c +++ b/blabouncer.c @@ -847,7 +847,7 @@ void dochat(int *serversockfd, int *clientsockfd, struct settings *settings) { printf("STDIN command starting: quit\n"); debugprint(DEBUG_SOME, "dochat(): stdin: STDIN command starting: quit\n"); - cleanexit(server_ssl, clients, 0, &ircdstate, settings, ""); + cleanexit(server_ssl, clients, 0, &ircdstate, settings, "STDIN quit"); debugprint(DEBUG_SOME, "dochat(): stdin: STDIN command complete: quit\n"); printf("STDIN command complete: quit\n"); -- cgit v1.2.3