kike: add a FIXME

This commit is contained in:
Přemysl Eric Janouch 2014-08-09 23:58:10 +02:00
parent d9643abf8c
commit 0da22a799a
1 changed files with 1 additions and 0 deletions

View File

@ -1843,6 +1843,7 @@ irc_send_rpl_namreply (struct client *c, const struct channel *chan)
if (nicks.len)
{
// FIXME: split it into multiple messages if it's too long
char *reply = join_str_vector (&nicks, ' ');
irc_send_reply (c, IRC_RPL_NAMREPLY, type, chan->name, reply);
free (reply);