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

Comparing ircd-hybrid/trunk/include/client.h (file contents):
Revision 2909 by michael, Mon Jan 20 17:15:39 2014 UTC vs.
Revision 2910 by michael, Thu Jan 23 19:10:55 2014 UTC

# Line 99 | Line 99 | struct MaskItem;
99  
100   #define CAP_MULTI_PREFIX  0x00000001
101   #define CAP_AWAY_NOTIFY   0x00000002
102 + #define CAP_UHNAMES       0x00000004
103  
104   #define HasCap(x, y) ((x)->localClient->cap_active & (y))
105  
106 +
107   /* housekeeping flags */
108   #define FLAGS_PINGSENT       0x00000001 /**< Unreplied ping sent */
109   #define FLAGS_DEADSOCKET     0x00000002 /**< Local socket is dead--Exiting soon */

Diff Legend

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