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