| # | Line 1145 | Line 1145 | read_conf_files(int cold) | |
|---|---|---|
| 1145 | snprintf(chanlimit, sizeof(chanlimit), "#:%u", | |
| 1146 | ConfigChannel.max_channels); | |
| 1147 | isupport_add("CHANLIMIT", chanlimit, -1); | |
| 1148 | < | snprintf(chanmodes, sizeof(chanmodes), "%s", "beI,k,l,cimnprstCMORST"); |
| 1148 | > | snprintf(chanmodes, sizeof(chanmodes), "%s", "beI,k,l,cimnprstuCMORST"); |
| 1149 | isupport_add("CHANNELLEN", NULL, CHANNELLEN); | |
| 1150 | isupport_add("TOPICLEN", NULL, ConfigServerInfo.max_topic_length); | |
| 1151 | isupport_add("CHANMODES", chanmodes, -1); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |