]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/s_newconf.h
Remove unused CONF_FLAGS_DO_IDENTD and FLAGS_NEEDID.
[irc/rqf/shadowircd.git] / include / s_newconf.h
index 89233aa4dff0f9bd1f6a275ceee7e7ec58ebd9e7..7a51149315c42f758b1d3880821ae8d648b4d86c 100644 (file)
@@ -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)