diff options
-rw-r--r-- | message.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |