Compile fix

This commit is contained in:
JD Horelick 2010-02-25 16:24:06 -05:00
parent ced234b867
commit 0a9c5766e7
1 changed files with 1 additions and 0 deletions

View File

@ -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"))