From 2385f7b944bb22acd85e6c089e509880a45a2cb1 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Wed, 2 Oct 2019 19:37:16 +0100 Subject: Try to make removenickfromallchannels() much faster when another user QUITs by ignoring unused channel indexes. --- message.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'message.c') diff --git a/message.c b/message.c index a187655..a2c16e4 100644 --- a/message.c +++ b/message.c @@ -267,7 +267,7 @@ int processservermessage(SSL *server_ssl, char *str, struct client *clients, int if (strncmp(tokens[1], "QUIT", strlen(tokens[1])) == 0) { debugprint(DEBUG_FULL, "Server QUIT found and it is: %s with length %zd! Next token is '%s'.\n", tokens[0], strlen(tokens[0]), tokens[2]); - // And then send to all clients + // Tell all clients sendtoallclients(clients, str, sourcefd, settings); // Write to replay log if replay logging enabled -- cgit v1.2.3