From 0e7f232b3d5ecb484d9d91bdd7e4b6d4e7791585 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sat, 9 Aug 2025 13:25:03 +0100 Subject: Correctly process 353 RPL_NAMREPLYs for secret and private channels. --- message.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'message.c') diff --git a/message.c b/message.c index 99ac0ca..f8e14cb 100644 --- a/message.c +++ b/message.c @@ -384,7 +384,7 @@ int processservermessage(SSL *server_ssl, char *str, struct client *clients, int // Update our local channels struct with all nicks from this RPL_NAMREPLY if (!addnamereplytochannel(str, channels, ircdstate->maxchannelcount)) { - debugprint(DEBUG_CRIT, "Failed to add RPL_NAMREPLY to channels.\n"); + debugprint(DEBUG_CRIT, "processservermessage(): Failed to add RPL_NAMREPLY to channels.\n"); } return 1; -- cgit v1.2.3