| # | Line 78 | Line 78 | enum | |
|---|---|---|
| 78 | #define MODE_REGONLY 0x0200U /**< Only registered clients may join a channel with that mode set */ | |
| 79 | #define MODE_NOCTRL 0x0400U /**< Prevents users from sending messages containing control codes to the channel */ | |
| 80 | #define MODE_MODREG 0x0800U /**< Unregistered/unidentified clients cannot send text to the channel */ | |
| 81 | + | #define MODE_NOCTCP 0x1000U |
| 82 | ||
| 83 | /* cache flags for silence on ban */ | |
| 84 | #define CHFL_BAN_CHECKED 0x0080U | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |