summaryrefslogtreecommitdiffstats
path: root/mbbsd/chc.c
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-10-14 12:43:47 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-10-14 12:43:47 +0800
commit1885c4f2e49d581baaf5f5dfd600287076dbd1f5 (patch)
treed9838e7a4cb331f3f495e672f00a619f6f495276 /mbbsd/chc.c
parent3ffb17c6a53f3f4761654cb32044ac55e528546d (diff)
downloadpttbbs-1885c4f2e49d581baaf5f5dfd600287076dbd1f5.tar
pttbbs-1885c4f2e49d581baaf5f5dfd600287076dbd1f5.tar.gz
pttbbs-1885c4f2e49d581baaf5f5dfd600287076dbd1f5.tar.bz2
pttbbs-1885c4f2e49d581baaf5f5dfd600287076dbd1f5.tar.lz
pttbbs-1885c4f2e49d581baaf5f5dfd600287076dbd1f5.tar.xz
pttbbs-1885c4f2e49d581baaf5f5dfd600287076dbd1f5.tar.zst
pttbbs-1885c4f2e49d581baaf5f5dfd600287076dbd1f5.zip
add mode CHESSWATCHING
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1239 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/chc.c')
-rw-r--r--mbbsd/chc.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/mbbsd/chc.c b/mbbsd/chc.c
index 1fad931a..e6436d0c 100644
--- a/mbbsd/chc.c
+++ b/mbbsd/chc.c
@@ -853,7 +853,10 @@ chc_init(int s, chcusr_t *user1, chcusr_t *user2, board_t board, play_func_t pla
{
userinfo_t *my = currutmp;
- setutmpmode(CHC);
+ if (chc_mode & CHC_WATCH)
+ setutmpmode(CHESSWATCHING);
+ else
+ setutmpmode(CHC);
clear();
chc_warnmsg[0] = 0;