From ab887ca36d723e3586660e5d0129b2c0bf230df8 Mon Sep 17 00:00:00 2001 From: scw Date: Fri, 7 May 2004 13:28:18 +0000 Subject: Move PERM_NOOUTMAIL from userec_t.userlevel to userec_t.uflag2 and fill the space with PERM_ANGEL. git-svn-id: http://opensvn.csie.org/pttbbs/branches/scw.angel@1929 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/perm.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'include/perm.h') diff --git a/include/perm.h b/include/perm.h index 02c03d0f..d2788a59 100644 --- a/include/perm.h +++ b/include/perm.h @@ -20,7 +20,12 @@ #define PERM_BBSADM 000000100000 /* BBSADM */ #define PERM_NOTOP 000000200000 /* 不列入排行榜 */ #define PERM_VIOLATELAW 000000400000 /* 違法通緝中 */ -#define PERM_NOOUTMAIL 000001000000 /* 不接受站外的信 */ + +#ifdef PLAY_ANGEL +#define PERM_ANGEL 000001000000 /* 有資格擔任小天使 */ +#endif +#define OLD_PERM_NOOUTMAIL 000001000000 /* 不接受站外的信 */ + #define PERM_NOREGCODE 000002000000 /*不允許認證碼註冊*/ #define PERM_VIEWSYSOP 000004000000 /* 視覺站長 */ #define PERM_LOGUSER 000010000000 /* 觀察使用者行蹤 */ -- cgit v1.2.3