aboutsummaryrefslogtreecommitdiff
path: root/kike.c
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2014-08-10 19:18:48 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2014-08-10 19:19:57 +0200
commit1219b92b73e57a7ea1a690fbbc45201bf830eadb (patch)
tree66351be74dfd5e744e775dd06a1e786e4c5b3681 /kike.c
parentccb27970828eeda5aa1f5aa6094a9acfaf093c35 (diff)
downloadxK-1219b92b73e57a7ea1a690fbbc45201bf830eadb.tar.gz
xK-1219b92b73e57a7ea1a690fbbc45201bf830eadb.tar.xz
xK-1219b92b73e57a7ea1a690fbbc45201bf830eadb.zip
kike: fix sending of channel mask lists
Diffstat (limited to 'kike.c')
-rw-r--r--kike.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kike.c b/kike.c
index edd0e6d..6288e8c 100644
--- a/kike.c
+++ b/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++)
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 *