kike: fix sending of channel mask lists
This commit is contained in:
parent
ccb2797082
commit
1219b92b73
2
kike.c
2
kike.c
|
@ -1305,7 +1305,7 @@ irc_send_channel_list (struct client *c, const char *channel_name,
|
||||||
{
|
{
|
||||||
for (size_t i = 0; i < list->len; i++)
|
for (size_t i = 0; i < list->len; i++)
|
||||||
irc_send_reply (c, reply, channel_name, list->vector[i]);
|
irc_send_reply (c, reply, channel_name, list->vector[i]);
|
||||||
irc_send_reply (c, end_reply);
|
irc_send_reply (c, end_reply, channel_name);
|
||||||
}
|
}
|
||||||
|
|
||||||
static char *
|
static char *
|
||||||
|
|
Loading…
Reference in New Issue