1091 |
snprintf(chanlimit, sizeof(chanlimit), "#:%u", |
snprintf(chanlimit, sizeof(chanlimit), "#:%u", |
1092 |
ConfigChannel.max_channels); |
ConfigChannel.max_channels); |
1093 |
isupport_add("CHANLIMIT", chanlimit, -1); |
isupport_add("CHANLIMIT", chanlimit, -1); |
1094 |
snprintf(chanmodes, sizeof(chanmodes), "%s", "beI,k,l,cimnprstuCLMORST"); |
snprintf(chanmodes, sizeof(chanmodes), "%s", "beI,k,l,cimnprstuCLMNORST"); |
1095 |
isupport_add("CHANNELLEN", NULL, CHANNELLEN); |
isupport_add("CHANNELLEN", NULL, CHANNELLEN); |
1096 |
isupport_add("TOPICLEN", NULL, ConfigServerInfo.max_topic_length); |
isupport_add("TOPICLEN", NULL, ConfigServerInfo.max_topic_length); |
1097 |
isupport_add("CHANMODES", chanmodes, -1); |
isupport_add("CHANMODES", chanmodes, -1); |