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

Comparing branches/newio/src/s_user.c (file contents):
Revision 2527 by michael, Sun Aug 11 13:30:04 2013 UTC vs.
Revision 2528 by michael, Thu Nov 7 18:12:38 2013 UTC

# Line 105 | Line 105 | const unsigned int user_modes[256] =
105    0,                  /* T */
106    0,                  /* U */
107    0,                  /* V */
108 <  0,                  /* W */
108 >  UMODE_WEBIRC,       /* W */
109    0,                  /* X */
110    0,                  /* Y */
111    0,                  /* Z 0x5A */
# Line 884 | Line 884 | set_user_mode(struct Client *client_p, s
884            break;
885  
886          case 'S':  /* Only servers may set +S in a burst */
887 +        case 'W':  /* Only servers may set +W in a burst */
888          case 'r':  /* Only services may set +r */
889          case 'x':  /* Only services may set +x */
890            break;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines