ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/include/channel_mode.h
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/include/channel_mode.h (file contents):
Revision 5462 by michael, Sun Jan 11 12:41:14 2015 UTC vs.
Revision 5463 by michael, Wed Feb 4 18:18:26 2015 UTC

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)