diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2011-12-30 20:08:09 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2011-12-30 20:08:09 +0800 |
commit | 69163659c5a69759eb74e666426d8a3a7c40ee2b (patch) | |
tree | 737ca8312c73b04094a224a64d2df691a354fc86 | |
parent | 001dc548552b4e52c6e7c2e76fd131858c7f2090 (diff) | |
download | pttbbs-69163659c5a69759eb74e666426d8a3a7c40ee2b.tar pttbbs-69163659c5a69759eb74e666426d8a3a7c40ee2b.tar.gz pttbbs-69163659c5a69759eb74e666426d8a3a7c40ee2b.tar.bz2 pttbbs-69163659c5a69759eb74e666426d8a3a7c40ee2b.tar.lz pttbbs-69163659c5a69759eb74e666426d8a3a7c40ee2b.tar.xz pttbbs-69163659c5a69759eb74e666426d8a3a7c40ee2b.tar.zst pttbbs-69163659c5a69759eb74e666426d8a3a7c40ee2b.zip |
it's so stupid in original message when paying for violation.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5509 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/mbbsd/bbs.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/pttbbs/mbbsd/bbs.c b/pttbbs/mbbsd/bbs.c index 87741bc5..14998fa1 100644 --- a/pttbbs/mbbsd/bbs.c +++ b/pttbbs/mbbsd/bbs.c @@ -269,17 +269,14 @@ save_violatelaw(void) move(5, 0); prints("這是你第 %d 次違法 必須繳出 %d " MONEYNAME "\n\n", cuser.vl_count, cuser.vl_count * 1000); - outs(ANSI_COLOR(1;37) "你知道嗎? 因為你的違法 " - "已經造成很多人的不便" ANSI_RESET "\n"); outs(ANSI_COLOR(1;37) "你是否確定以後不會再犯了?" ANSI_RESET "\n"); if (!getdata(10, 0, "確定嗎?[y/N]:", ok, sizeof(ok), LCECHO) || ok[0] != 'y') { move(15, 0); - outs( ANSI_COLOR(1;31) "不想付嗎? 還是不知道要按 y ?\n" - "請養成看清楚系統訊息的好習慣。\n" - "等你想通了再來吧!! 我相信你不會知錯不改的~~~" ANSI_RESET); + outs(ANSI_COLOR(1;31) "不想付嗎? 還是不知道要按 y ?\n" + "請養成看清楚系統訊息的好習慣。\n" ANSI_RESET); pressanykey(); return 0; } |