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

Comparing ircd-hybrid/trunk/include/client.h (file contents):
Revision 2181 by michael, Tue Jun 4 11:03:41 2013 UTC vs.
Revision 2185 by michael, Tue Jun 4 12:29:18 2013 UTC

# Line 154 | Line 154
154   #define UMODE_UNAUTH       0x00008000 /**< show unauth connects here */
155   #define UMODE_LOCOPS       0x00010000 /**< show locops */
156   #define UMODE_DEAF         0x00020000 /**< don't receive channel messages */
157 < #define UMODE_CCONN_FULL   0x00040000 /**< add unused fields to connection monitoring */
158 < #define UMODE_REGISTERED   0x00080000 /**< User has identified for that nick. */
159 < #define UMODE_REGONLY      0x00100000 /**< Only registered nicks may PM */
160 < #define UMODE_HIDDEN       0x00200000 /**< Operator status is hidden */
161 < #define UMODE_OPER         0x00400000 /**< Operator */
162 < #define UMODE_ADMIN        0x00800000 /**< Admin on server */
163 < #define UMODE_FARCONNECT   0x01000000 /**< Can see remote client connects/exits */
164 < #define UMODE_HIDDENHOST   0x02000000 /**< User's host is hidden */
157 > #define UMODE_REGISTERED   0x00040000 /**< User has identified for that nick. */
158 > #define UMODE_REGONLY      0x00080000 /**< Only registered nicks may PM */
159 > #define UMODE_HIDDEN       0x00100000 /**< Operator status is hidden */
160 > #define UMODE_OPER         0x00200000 /**< Operator */
161 > #define UMODE_ADMIN        0x00400000 /**< Admin on server */
162 > #define UMODE_FARCONNECT   0x00800000 /**< Can see remote client connects/exits */
163 > #define UMODE_HIDDENHOST   0x01000000 /**< User's host is hidden */
164  
165  
166   #define UMODE_ALL          UMODE_SERVNOTICE

Diff Legend

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