From: JD Horelick Date: Thu, 25 Feb 2010 21:24:06 +0000 (-0500) Subject: Compile fix X-Git-Tag: shadowircd-6.0.0~125 X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/commitdiff_plain/0a9c5766e7762f5dd0684eda05ff6148cf6cd21d?hp=ced234b8670aa40f04eab24f8ea681b47668afb6 Compile fix --- diff --git a/include/s_newconf.h b/include/s_newconf.h index 03e887d..9b76f1e 100644 --- a/include/s_newconf.h +++ b/include/s_newconf.h @@ -162,6 +162,7 @@ extern void cluster_generic(struct Client *, const char *, int cltype, #define IsOperAdmin(x) (HasPrivilege((x), "oper:admin") || HasPrivilege((x), "oper:hidden_admin")) #define IsOperOperwall(x) (HasPrivilege((x), "oper:operwall")) #define IsOperSpy(x) (HasPrivilege((x), "oper:spy")) +#define IsOperOverride(x) (HasPrivilege((x), "oper:override")) #define IsOperInvis(x) (HasPrivilege((x), "oper:hidden")) #define IsOperRemoteBan(x) (HasPrivilege((x), "oper:remoteban")) #define IsOperMassNotice(x) (HasPrivilege((x), "oper:mass_notice"))