summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-05 14:36:08 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-05 14:36:08 +0800
commitb689801b866fe24fb5e317443521d0e89590b32b (patch)
tree155d536a896ce285281076aeaf472ec019b78358 /include
parentf3628aca5d085bf7d8a37f5ac4e889e5c22d99c7 (diff)
downloadpttbbs-b689801b866fe24fb5e317443521d0e89590b32b.tar
pttbbs-b689801b866fe24fb5e317443521d0e89590b32b.tar.gz
pttbbs-b689801b866fe24fb5e317443521d0e89590b32b.tar.bz2
pttbbs-b689801b866fe24fb5e317443521d0e89590b32b.tar.lz
pttbbs-b689801b866fe24fb5e317443521d0e89590b32b.tar.xz
pttbbs-b689801b866fe24fb5e317443521d0e89590b32b.tar.zst
pttbbs-b689801b866fe24fb5e317443521d0e89590b32b.zip
- add BBSLUA mode for utmp
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3790 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/modes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/modes.h b/include/modes.h
index f5cd6b18..6617e9fc 100644
--- a/include/modes.h
+++ b/include/modes.h
@@ -112,7 +112,8 @@
#define DEBUGSLEEPING 83
#define UMODE_CONN6 84
#define REVERSI 85
-#define MODE_MAX 86 /* 所有其他選單動態須在此之前 */
+#define UMODE_BBSLUA 86
+#define MODE_MAX 87 /* 所有其他選單動態須在此之前 */
/* menu.c 中的模式 */
#define QUIT 0x666 /* Return value to abort recursive functions */