15 lines
375 B
C
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 */
|