diff options
Diffstat (limited to 'mbbsd/mail.c')
-rw-r--r-- | mbbsd/mail.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mbbsd/mail.c b/mbbsd/mail.c index 07d459f6..5f2d1d8c 100644 --- a/mbbsd/mail.c +++ b/mbbsd/mail.c @@ -1372,6 +1372,9 @@ mail_cross_post(int ent, fileheader_t * fhdr, const char *direct) move(2, 0); clrtoeol(); + outs(ANSI_COLOR(1;31) + "請注意: 過量重複轉錄將視為洗板,導致被開罰單停權。\n" ANSI_RESET + "若有特別需求請洽各板主,請他們幫你轉文。\n\n"); move(1, 0); CompleteBoard("轉錄本文章於看板:", xboard); |