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

Comparing ircd-hybrid-8/src/s_user.c (file contents):
Revision 1173 by michael, Sun Aug 14 00:23:02 2011 UTC vs.
Revision 1175 by michael, Sun Aug 14 10:47:48 2011 UTC

# Line 106 | Line 106 | unsigned int user_modes[256] =
106    0,                  /* O */
107    0,                  /* P */
108    0,                  /* Q */
109 <  0,                  /* R */
110 <  UMODE_REGONLY,      /* S */
109 >  UMODE_REGONLY,      /* R */
110 >  0,                  /* S */
111    0,                  /* T */
112    0,                  /* U */
113    0,                  /* V */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines