supported: fix up CHANTYPES

This commit is contained in:
William Pitcock 2016-09-16 14:00:00 -05:00
parent 75980a5e2f
commit 6e86cdd6d6

View file

@ -308,7 +308,7 @@ init_isupport(void)
static int topiclen = TOPICLEN;
static int maxnicklen = NICKLEN - 1;
add_isupport("CHANTYPES", isupport_stringptr, &allowed_chantypes);
add_isupport("CHANTYPES", isupport_string, allowed_chantypes);
add_isupport("EXCEPTS", isupport_boolean, &ConfigChannel.use_except);
add_isupport("INVEX", isupport_boolean, &ConfigChannel.use_invex);
add_isupport("CHANMODES", isupport_chanmodes, NULL);