Remove FIXME for tracking tags in WHO handling

I don't think it'll ever be a problem.
weechat-hashes
Curtis McEnroe 2018-08-20 19:30:57 -04:00
parent b4ca3a5dfc
commit 20e5126fdc
No known key found for this signature in database
GPG Key ID: CEA2F97ADCFCD77C
1 changed files with 0 additions and 1 deletions

View File

@ -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;