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/branches/8.2.x/include/client.h (file contents):
Revision 5575 by michael, Sun Feb 15 12:30:09 2015 UTC vs.
Revision 5773 by michael, Sat Apr 4 15:42:35 2015 UTC

# Line 90 | Line 90 | struct MaskItem;
90   */
91   #define TS_CURRENT      6  /**< Current TS protocol version */
92   #define TS_MIN          6  /**< Minimum supported TS protocol version */
93 #define TS_DOESTS       0x20000000
94 #define DoesTS(x)       ((x)->tsinfo == TS_DOESTS)
95
93  
94  
95   #define CAP_MULTI_PREFIX  0x00000001U

Diff Legend

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