kike: use RPL_ISUPPORT

This commit is contained in:
Přemysl Eric Janouch 2015-05-29 19:34:01 +02:00
parent 0b91604acd
commit b7b84b489d
1 changed files with 2 additions and 1 deletions

3
kike.c
View File

@ -1035,7 +1035,8 @@ irc_try_finish_registration (struct client *c)
irc_send_reply (c, IRC_RPL_MYINFO, ctx->server_name, PROGRAM_VERSION,
IRC_SUPPORTED_USER_MODES, IRC_SUPPORTED_CHAN_MODES);
// TODO: also output IRC_RPL_ISUPPORT
// TODO: give more information where we don't use the default
irc_send_reply (c, IRC_RPL_ISUPPORT, "CHANTYPES=#");
irc_send_lusers (c);
irc_send_motd (c);