From 20e5126fdcbdcb0ec201c53966ec8fa5464833e5 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 20 Aug 2018 19:30:57 -0400 Subject: Remove FIXME for tracking tags in WHO handling I don't think it'll ever be a problem. --- handle.c | 1 - 1 file changed, 1 deletion(-) diff --git a/handle.c b/handle.c index 07c5a62..88edd8d 100644 --- a/handle.c +++ b/handle.c @@ -294,7 +294,6 @@ static void handleReplyEndOfNames(char *prefix, char *params) { ircFmt("WHO %s\r\n", chan); } -// FIXME: Track tag? static struct { char buf[4096]; size_t len; -- cgit 1.4.1