summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/perm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/perm.h b/include/perm.h
index d135ba70..04864e2d 100644
--- a/include/perm.h
+++ b/include/perm.h
@@ -2,6 +2,9 @@
#ifndef INCLUDE_PERM_H
#define INCLUDE_PERM_H
+#define MENU_UNREGONLY (-1) // 特殊值: 在 menu 裡表示未註冊完成
+ // 但又非guest的帳號才看得到
+
#define PERM_BASIC 000000000001 /* 基本權力 */
#define PERM_CHAT 000000000002 /* 進入聊天室 */
#define PERM_PAGE 000000000004 /* 找人聊天 */