ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/branches/newio/include/client.h
(Generate patch)

Comparing ircd-hybrid-8/include/client.h (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 371 | Line 371 | struct LocalUser
371   #define UMODE_DEAF         0x00020000 /* don't receive channel messages */
372   #define UMODE_CCONN_FULL   0x00040000 /* add unused fields to connection monitoring */
373   #define UMODE_REGISTERED   0x00080000 /* User has identified for that nick. */
374 < #define UMODE_REGONLY      0x00010000 /* Only registered nicks may PM */
374 > #define UMODE_REGONLY      0x00100000 /* Only registered nicks may PM */
375  
376   /* user information flags, only settable by remote mode or local oper */
377   #define UMODE_OPER         0x40000000 /* Operator */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines