kike: fix the NAMES reply upon JOIN'ing
Now Pidgin seems to be relatively happy with our server.
This commit is contained in:
parent
ca72259b12
commit
17fdf0d4bf
|
@ -1692,6 +1692,7 @@ irc_try_join (struct client *c, const char *channel_name, const char *key)
|
||||||
|
|
||||||
irc_send_rpl_topic (c, chan);
|
irc_send_rpl_topic (c, chan);
|
||||||
irc_send_rpl_namreply (c, chan);
|
irc_send_rpl_namreply (c, chan);
|
||||||
|
irc_send_reply (c, IRC_RPL_ENDOFNAMES, chan->name);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in New Issue