kike: add a FIXME
This commit is contained in:
parent
d9643abf8c
commit
0da22a799a
@ -1843,6 +1843,7 @@ irc_send_rpl_namreply (struct client *c, const struct channel *chan)
|
|||||||
|
|
||||||
if (nicks.len)
|
if (nicks.len)
|
||||||
{
|
{
|
||||||
|
// FIXME: split it into multiple messages if it's too long
|
||||||
char *reply = join_str_vector (&nicks, ' ');
|
char *reply = join_str_vector (&nicks, ' ');
|
||||||
irc_send_reply (c, IRC_RPL_NAMREPLY, type, chan->name, reply);
|
irc_send_reply (c, IRC_RPL_NAMREPLY, type, chan->name, reply);
|
||||||
free (reply);
|
free (reply);
|
||||||
|
Loading…
Reference in New Issue
Block a user