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

Comparing ircd-hybrid-8/include/s_serv.h (file contents):
Revision 1196 by michael, Sun Aug 21 10:09:23 2011 UTC vs.
Revision 1301 by michael, Sat Mar 10 21:47:17 2012 UTC

# Line 69 | Line 69 | struct Capability
69   #define CAP_HOPS        0x00010000 /* supports HALFOPS                    */
70   #define CAP_TBURST      0x00020000 /* supports TBURST                     */
71   #define CAP_SVS         0x00040000 /* supports services                   */
72 + #define CAP_DLN         0x00080000 /* Can do DLINE message                */
73 + #define CAP_UNDLN       0x00100000 /* Can do UNDLINE message               */
74  
75   #ifdef HAVE_LIBZ
76   #define CAP_ZIP_SUPPORTED CAP_ZIP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines