From 46318e907721f11256d245d42cd8e841e8765057 Mon Sep 17 00:00:00 2001 From: ptt Date: Thu, 23 Sep 2004 14:37:18 +0000 Subject: 1. fix 1 make error 2. add perm_nocitizen 3. add no reply for FILE_SOLVE git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2210 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/perm.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/perm.h') diff --git a/include/perm.h b/include/perm.h index d2788a59..cf838044 100644 --- a/include/perm.h +++ b/include/perm.h @@ -20,16 +20,14 @@ #define PERM_BBSADM 000000100000 /* BBSADM */ #define PERM_NOTOP 000000200000 /* 不列入排行榜 */ #define PERM_VIOLATELAW 000000400000 /* 違法通緝中 */ - #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 /* 觀察使用者行蹤 */ -#define PERM_ANNOUNCE 000020000000 /* 精華區總整理權 */ +#define PERM_NOCITIZEN 000020000000 /* 搋奪公權 */ #define PERM_RELATION 000040000000 /* 公關組 */ #define PERM_SMG 000100000000 /* 特務組 */ #define PERM_PRG 000200000000 /* 程式組 */ -- cgit v1.2.3