X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/47fab428b1379abcc3ea0ba8cc054a439667ac10..07b7b659c16665ce33b058d1a06a7a420850ceb9:/include/s_newconf.h diff --git a/include/s_newconf.h b/include/s_newconf.h index 03e887d..1ad3dbf 100644 --- a/include/s_newconf.h +++ b/include/s_newconf.h @@ -119,6 +119,10 @@ struct oper_conf unsigned int snomask; + char *vhost; + char *swhois; + char *operstring; + struct PrivilegeSet *privset; #ifdef HAVE_LIBCRYPTO @@ -162,6 +166,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"))