| # | Line 63 | Line 63 | const struct mode_letter chan_modes[] = | |
|---|---|---|
| 63 | { MODE_REGISTERED, 'r' }, | |
| 64 | { MODE_SECRET, 's' }, | |
| 65 | { MODE_TOPICLIMIT, 't' }, | |
| 66 | + | { MODE_NOCTCP, 'C' }, |
| 67 | { MODE_MODREG, 'M' }, | |
| 68 | { MODE_OPERONLY, 'O' }, | |
| 69 | { MODE_REGONLY, 'R' }, | |
| # | Line 1097 | Line 1098 | const struct ChannelMode ModeTable[256] | |
| 1098 | { chm_nosuch, 0 }, /* @ */ | |
| 1099 | { chm_nosuch, 0 }, /* A */ | |
| 1100 | { chm_nosuch, 0 }, /* B */ | |
| 1101 | < | { chm_nosuch, 0 }, /* C */ |
| 1101 | > | { chm_simple, MODE_NOCTCP }, /* C */ |
| 1102 | { chm_nosuch, 0 }, /* D */ | |
| 1103 | { chm_nosuch, 0 }, /* E */ | |
| 1104 | { chm_nosuch, 0 }, /* F */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |