summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-10-30 10:25:51 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-10-30 10:25:51 +0800
commit7ff7c2cb746540a0aae9913710e7e7ba19760689 (patch)
tree9b2b04146d6387de5e2a1407f4cc08554199b2d3
parentd2319dffa867f847747a6104e8faf650ea3a4424 (diff)
downloadpttbbs-7ff7c2cb746540a0aae9913710e7e7ba19760689.tar
pttbbs-7ff7c2cb746540a0aae9913710e7e7ba19760689.tar.gz
pttbbs-7ff7c2cb746540a0aae9913710e7e7ba19760689.tar.bz2
pttbbs-7ff7c2cb746540a0aae9913710e7e7ba19760689.tar.lz
pttbbs-7ff7c2cb746540a0aae9913710e7e7ba19760689.tar.xz
pttbbs-7ff7c2cb746540a0aae9913710e7e7ba19760689.tar.zst
pttbbs-7ff7c2cb746540a0aae9913710e7e7ba19760689.zip
add PERM_NOREGCODE
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@1280 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/include/perm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pttbbs/include/perm.h b/pttbbs/include/perm.h
index 607201b7..bab82ae3 100644
--- a/pttbbs/include/perm.h
+++ b/pttbbs/include/perm.h
@@ -1,4 +1,4 @@
-/* $Id: perm.h,v 1.2 2003/03/15 03:33:16 in2 Exp $ */
+/* $Id$ */
#ifndef INCLUDE_PERM_H
#define INCLUDE_PERM_H
@@ -21,7 +21,7 @@
#define PERM_NOTOP 000000200000 /* 不列入排行榜 */
#define PERM_VIOLATELAW 000000400000 /* 違法通緝中 */
#define PERM_NOOUTMAIL 000001000000 /* 不接受站外的信 */
-#define PERM_20 000002000000 /* 沒想到 */
+#define PERM_NOREGCODE 000002000000 /*不允許認證碼註冊*/
#define PERM_VIEWSYSOP 000004000000 /* 視覺站長 */
#define PERM_LOGUSER 000010000000 /* 觀察使用者行蹤 */
#define PERM_ANNOUNCE 000020000000 /* 精華區總整理權 */