kike: fix the NAMES reply upon JOIN'ing

Now Pidgin seems to be relatively happy with our server.
This commit is contained in:
Přemysl Eric Janouch 2014-08-04 23:52:58 +02:00
parent ca72259b12
commit 17fdf0d4bf
1 changed files with 1 additions and 0 deletions

View File

@ -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_namreply (c, chan);
irc_send_reply (c, IRC_RPL_ENDOFNAMES, chan->name);
}
static void