summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-09-16 00:52:22 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-09-16 00:52:22 +0800
commit4d00526c4b1a2cc3e60f5adcf7c8bb5a4dc20912 (patch)
treeb7fcc63228a4eb7f1096fc5080968ed2e9c39955 /include
parent1f2456d052f54631285a96959e774c3f008846f1 (diff)
downloadpttbbs-4d00526c4b1a2cc3e60f5adcf7c8bb5a4dc20912.tar
pttbbs-4d00526c4b1a2cc3e60f5adcf7c8bb5a4dc20912.tar.gz
pttbbs-4d00526c4b1a2cc3e60f5adcf7c8bb5a4dc20912.tar.bz2
pttbbs-4d00526c4b1a2cc3e60f5adcf7c8bb5a4dc20912.tar.lz
pttbbs-4d00526c4b1a2cc3e60f5adcf7c8bb5a4dc20912.tar.xz
pttbbs-4d00526c4b1a2cc3e60f5adcf7c8bb5a4dc20912.tar.zst
pttbbs-4d00526c4b1a2cc3e60f5adcf7c8bb5a4dc20912.zip
verbose msg and skip multilogin check for debugsleeping
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3178 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 5166c1b6..d9e110e4 100644
--- a/include/modes.h
+++ b/include/modes.h
@@ -100,7 +100,8 @@
#define BLOGGING 80
#define CHESSWATCHING 81
#define GO 82
-#define MODE_MAX 82 /* 所有其他選單動態須在此之前 */
+#define DEBUGSLEEPING 83
+#define MODE_MAX 83 /* 所有其他選單動態須在此之前 */
/* menu.c 中的模式 */
#define QUIT 0x666 /* Return value to abort recursive functions */