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-8/include/client.h (file contents):
Revision 1449 by michael, Tue Jun 26 18:17:03 2012 UTC vs.
Revision 1460 by michael, Fri Jul 6 14:32:53 2012 UTC

# Line 364 | Line 364 | struct Client
364   #define OPER_FLAG_RESTART      0x00008000 /**< Oper can use RESTART command */
365   #define OPER_FLAG_DLINE        0x00010000 /**< Oper can use DLINE command   */
366   #define OPER_FLAG_UNDLINE      0x00020000 /**< Oper can use UNDLINE command */
367 + #define OPER_FLAG_SET          0x00040000 /**< Oper can use SET command */
368  
369   #define HasOFlag(x, y) (MyConnect(x) ? (x)->localClient->operflags & (y) : 0)
370   #define AddOFlag(x, y) ((x)->localClient->operflags |=  (y))

Diff Legend

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