#ifndef __PRIVS_H
#define __PRIVS_H

#define PRIV_ASSIST             "ASSIST"
#define PRIV_CMDS		"CMDS"
#define PRIV_GENERAL		"GENERAL"
#define PRIV_LAW                "LAW"
#define PRIV_MUDLIB		"MUDLIBPRIV"
#define PRIV_PLAYER		"PLAYER"
#define PRIV_SECURE		"SECURE"

#endif /* __PRIVS_H */
