summaryrefslogtreecommitdiffstats
path: root/include/perm.h
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
commit8ba5917b8e649a0f91322014c173d494d1b6e48a (patch)
tree8ac197e7317210050337a7ad39c40f5c05dba19e /include/perm.h
parent7a85a30cada2dc6292ac012196b9b444cc5ad051 (diff)
downloadpttbbs-8ba5917b8e649a0f91322014c173d494d1b6e48a.tar
pttbbs-8ba5917b8e649a0f91322014c173d494d1b6e48a.tar.gz
pttbbs-8ba5917b8e649a0f91322014c173d494d1b6e48a.tar.bz2
pttbbs-8ba5917b8e649a0f91322014c173d494d1b6e48a.tar.lz
pttbbs-8ba5917b8e649a0f91322014c173d494d1b6e48a.tar.xz
pttbbs-8ba5917b8e649a0f91322014c173d494d1b6e48a.tar.zst
pttbbs-8ba5917b8e649a0f91322014c173d494d1b6e48a.zip
add PERM_NOREGCODE
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1280 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/perm.h')
-rw-r--r--include/perm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/perm.h b/include/perm.h
index 607201b7..bab82ae3 100644
--- a/include/perm.h
+++ b/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 /* 精華區總整理權 */