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

Comparing ircd-hybrid/branches/8.2.x/src/channel_mode.c (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 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 */

Diff Legend

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