summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index 2452e06e..df02ce19 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -1511,7 +1511,12 @@ cross_post(int ent, fileheader_t * fhdr, const char *direct)
}
#endif
setbtotal(getbnum(xboard));
- cuser.numposts++;
+
+ if (strcmp(xboard, "Test") == 0)
+ outs("測試信件不列入紀錄,敬請包涵。");
+ else
+ cuser.numposts++;
+
UPDATE_USEREC;
outs("文章轉錄完成");
pressanykey();