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

Comparing ircd-hybrid/trunk/src/s_user.c (file contents):
Revision 2352 by michael, Wed Jul 3 21:42:19 2013 UTC vs.
Revision 2511 by michael, Sun Oct 27 18:56:53 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 894 | Line 894 | set_user_mode(struct Client *client_p, s
894            break;
895  
896          case 'S':  /* Only servers may set +S in a burst */
897 +        case 'W':  /* Only servers may set +W in a burst */
898          case 'r':  /* Only services may set +r */
899          case 'x':  /* Only services may set +x */
900            break;

Diff Legend

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