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 2022 by michael, Sun May 12 18:07:07 2013 UTC vs.
Revision 2025 by michael, Sun May 12 18:54:15 2013 UTC

# Line 894 | Line 894 | set_user_mode(struct Client *client_p, s
894  
895            break;
896  
897 <        /*
898 <         * We may not get these, but they shouldnt be in default
899 <         */
900 <        case 'r':
901 <        case ' ' :
902 <        case '\n':
903 <        case '\r':
904 <        case '\t':
897 >        case 'r':  /* Only services may set +r */
898            break;
899  
900          default:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines