aboutsummaryrefslogtreecommitdiff
path: root/kike.c
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-05-29 19:34:01 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2015-05-29 19:34:01 +0200
commitb7b84b489de975ff297cc35f12c2421903aec98c (patch)
tree652955cb755139e80250331f242f171e18463fb7 /kike.c
parent0b91604acd02f765cb417e42652920bc2ce9babc (diff)
downloadxK-b7b84b489de975ff297cc35f12c2421903aec98c.tar.gz
xK-b7b84b489de975ff297cc35f12c2421903aec98c.tar.xz
xK-b7b84b489de975ff297cc35f12c2421903aec98c.zip
kike: use RPL_ISUPPORT
Diffstat (limited to 'kike.c')
-rw-r--r--kike.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/kike.c b/kike.c
index a2820ee..72fc06f 100644
--- a/kike.c
+++ b/kike.c
@@ -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);