diff options
Diffstat (limited to 'blabouncer.c')
-rw-r--r-- | blabouncer.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |