From b2688dd9435060460bd8f63f2a6da4828d9a88ac Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sun, 19 May 2019 19:52:06 +0100 Subject: Change README a bit and add a comment in replay.c. --- replay.c | 1 + 1 file changed, 1 insertion(+) (limited to 'replay.c') diff --git a/replay.c b/replay.c index abd55c7..8926c9e 100644 --- a/replay.c +++ b/replay.c @@ -97,6 +97,7 @@ void formattime(char *str) { char *ret2; int pos2; // Find the start of the actual message within the PRIVMSG + // TODO - What if it's some other message with a colon in it? Find PRIVMSG or not properly. if ((ret2 = strstr(ret, ":")) != NULL) { // Position within ret of ":" pos2 = ret2 - ret; -- cgit v1.2.3