diff options
-rw-r--r-- | pttbbs/mbbsd/user.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/user.c b/pttbbs/mbbsd/user.c index 4188c81d..990f5afa 100644 --- a/pttbbs/mbbsd/user.c +++ b/pttbbs/mbbsd/user.c @@ -117,7 +117,8 @@ int u_cancelbadpost(void) "%s %s 刪除一篇劣文 (%d -> %d 篇)\n", Cdate(&now), cuser.userid, prev, cuser.badpost); - vmsg("恭喜您已經成功\刪除一篇劣文."); + vmsgf("恭喜您已成功\刪除一篇劣文 (由 %d 變為 %d 篇)", + prev, cuser.badpost); return 0; } |