From e4f9bef0b48445363d40898daa86469f21efa7c3 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Wed, 17 Jul 2024 21:55:01 +0100 Subject: Correct replay comment in message.c. --- message.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/message.c b/message.c index 07292be..8284268 100644 --- a/message.c +++ b/message.c @@ -1123,7 +1123,7 @@ int processclientmessage(SSL *server_ssl, char *str, struct client *clients, int // Set the client as registered clients[clientindex].registered = 1; - // Catch the client up with the default number of seconds of replay + // Catch the client up using whichever replaymode is set if (!doautoreplay(sourcefd, clients, settings, ircdstate, channels)) { snprintf(outgoingmsg, MAXDATASIZE, "NOTICE %s :Unable to read replay log file!", ircdstate->ircnick); sendtoclient(sourcefd, outgoingmsg, clients, settings, 0); -- cgit v1.2.3