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

Comparing ircd-hybrid/trunk/src/channel_mode.c (file contents):
Revision 1937 by michael, Sat May 4 20:54:13 2013 UTC vs.
Revision 1954 by michael, Mon May 6 18:51:19 2013 UTC

# Line 329 | Line 329 | const struct mode_letter chan_modes[] =
329    { MODE_REGISTERED, 'r' },
330    { MODE_SECRET,     's' },
331    { MODE_TOPICLIMIT, 't' },
332 +  { MODE_MODREG,     'M' },
333    { MODE_OPERONLY,   'O' },
334    { MODE_REGONLY,    'R' },
335    { MODE_SSLONLY,    'S' },
# Line 1408 | Line 1409 | static struct ChannelMode ModeTable[255]
1409    {chm_nosuch, NULL},                             /* J */
1410    {chm_nosuch, NULL},                             /* K */
1411    {chm_nosuch, NULL},                             /* L */
1412 <  {chm_nosuch, NULL},                             /* M */
1412 >  {chm_simple, (void *)MODE_MODREG},              /* M */
1413    {chm_nosuch, NULL},                             /* N */
1414    {chm_operonly, (void *) MODE_OPERONLY},         /* O */
1415    {chm_nosuch, NULL},                             /* P */

Diff Legend

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