#define God(x) OOREF(x,TC_God(x),TC_God(ooref))
#define TC_Director(x) (God(x) || (LEVEL(x) >= LEVEL_DIRECTOR && div_powover(x,x,"Privilege")))
#define Director(x) OOREF(x,TC_Director(x),TC_Director(ooref))
-#define TC_Admin(x) (LEVEL(x) >= LEVEL_ADMIN && div_powover(x,x,"Privilege"))
+#define TC_Admin(x) ((LEVEL(x) >= LEVEL_ADMIN) && div_powover(x,x,"Privilege"))
#define Admin(x) OOREF(x,TC_Admin(x), TC_Admin(ooref))
#define IsQuiet(x) (Quiet(x) || Quiet(Owner(x)))
int flags);
extern void notify_except2(dbref first, dbref exc1, dbref exc2,
const char *msg, int flags);
+int vmessageformat(dbref player, const char *attribute,
+ dbref executor, int flags, int nargs, ...);
+int messageformat(dbref player, const char *attribute,
+ dbref executor, int flags, int nargs, char *argv[]);
+
/* Return thing/PREFIX + msg */
extern void make_prefixstr(dbref thing, const char *msg, char *tbuf1);
extern int filter_found(dbref thing, const char *msg, int flag);