X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/b37021a45e15eef2e937aa11f185b48cf766d772..6f068dbd15a34e2356f34f886ffad5ed8cfc8726:/include/s_newconf.h diff --git a/include/s_newconf.h b/include/s_newconf.h index 89233aa..7a51149 100644 --- a/include/s_newconf.h +++ b/include/s_newconf.h @@ -171,6 +171,7 @@ extern void cluster_generic(struct Client *, const char *, int cltype, #define IsOperN(x) ((x)->flags2 & OPER_NICKS) #define IsOperK(x) ((x)->flags2 & OPER_KLINE) #define IsOperXline(x) ((x)->flags2 & OPER_XLINE) +#define IsOperResv(x) ((x)->flags2 & OPER_RESV) #define IsOperDie(x) ((x)->flags2 & OPER_DIE) #define IsOperRehash(x) ((x)->flags2 & OPER_REHASH) #define IsOperHiddenAdmin(x) ((x)->flags2 & OPER_HADMIN)