summaryrefslogtreecommitdiff
path: root/message.c
diff options
context:
space:
mode:
Diffstat (limited to 'message.c')
-rw-r--r--message.c2
1 files changed, 1 insertions, 1 deletions
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);