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 2012 by michael, Sun May 12 14:47:26 2013 UTC vs.
Revision 2038 by michael, Tue May 14 19:21:32 2013 UTC

# Line 195 | Line 195
195   #define OPER_FLAG_SQUIT_REMOTE   0x00040000 /**< Oper can do global SQUIT */
196   #define OPER_FLAG_CONNECT        0x00080000 /**< Oper can do local CONNECT */
197   #define OPER_FLAG_CONNECT_REMOTE 0x00100000 /**< Oper can do global CONNECT */
198 + #define OPER_FLAG_WALLOPS        0x00200000 /**< Oper can do WALLOPS */
199 + #define OPER_FLAG_LOCOPS         0x00400000 /**< Oper can do LOCOPS */
200  
201   #define HasOFlag(x, y) (MyConnect(x) ? (x)->localClient->operflags & (y) : 0)
202   #define AddOFlag(x, y) ((x)->localClient->operflags |=  (y))

Diff Legend

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