# | Line 2458 | Line 2458 | read_conf_files(int cold) | |
---|---|---|
2458 | add_isupport("CHANLIMIT", chanlimit, -1); | |
2459 | snprintf(chanmodes, sizeof(chanmodes), "%s%s%s", | |
2460 | ConfigChannel.use_except ? "e" : "", | |
2461 | < | ConfigChannel.use_invex ? "I" : "", "b,k,l,imnpst"); |
2461 | > | ConfigChannel.use_invex ? "I" : "", "b,k,l,imnpstOS"); |
2462 | add_isupport("CHANNELLEN", NULL, LOCAL_CHANNELLEN); | |
2463 | ||
2464 | if (ConfigChannel.use_except) |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |