mud/lib/secure/include/privs.h
2020-09-06 05:43:07 -07:00

15 lines
375 B
C

#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"
#define PRIV_ELDER "ELDER"
#define PRIV_INTERMUD "INTERMUD"
#endif /* __PRIVS_H */