Compile fix
This commit is contained in:
parent
ced234b867
commit
0a9c5766e7
|
@ -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"))
|
||||
|
|
Loading…
Reference in New Issue