summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2010-10-27 14:36:35 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2010-10-27 14:36:35 +0800
commit3778abff35cb3ec1c0f1481d78bd71dc822df3c4 (patch)
treeb1503242402973f46e712ec6d65066ef90e84056
parente6457aebb86fef6713fdb23d28225f4bfdc90e69 (diff)
downloadpttbbs-3778abff35cb3ec1c0f1481d78bd71dc822df3c4.tar
pttbbs-3778abff35cb3ec1c0f1481d78bd71dc822df3c4.tar.gz
pttbbs-3778abff35cb3ec1c0f1481d78bd71dc822df3c4.tar.bz2
pttbbs-3778abff35cb3ec1c0f1481d78bd71dc822df3c4.tar.lz
pttbbs-3778abff35cb3ec1c0f1481d78bd71dc822df3c4.tar.xz
pttbbs-3778abff35cb3ec1c0f1481d78bd71dc822df3c4.tar.zst
pttbbs-3778abff35cb3ec1c0f1481d78bd71dc822df3c4.zip
add alert on those who changed their ID
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5167 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/acl.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/pttbbs/mbbsd/acl.c b/pttbbs/mbbsd/acl.c
index c6499c00..35197cb5 100644
--- a/pttbbs/mbbsd/acl.c
+++ b/pttbbs/mbbsd/acl.c
@@ -172,13 +172,15 @@ edit_banned_list_for_board(const char *board) {
"帳號被砍後水桶會自動解除\n" ANSI_RESET
" = 水桶自動解除不會出現在記錄裡,只有手動提前解除的才會\n"
ANSI_COLOR(1) " = 想查看某使用者為何被水桶可用(S)或是(L)再用 / 搜尋\n"
- ANSI_RESET "\n"
+ ANSI_RESET ""
#ifdef WATERBAN_UPGRADE_TIME_STR
// enable and change this if you've just made an upgrade
ANSI_COLOR(0;32)
" 系統更新資訊: 本系統啟用時已把所有您放在舊水桶名單的帳號全部設上了\n"
" " WATERBAN_UPGRADE_TIME_STR "的水桶,但沒有記錄在(L)的列表裡面。您可以參考(O)的舊名單\n"
- " 看看有沒有想修改的部份,然後利用(D)跟(A)來調整。\n" ANSI_RESET
+ " 看看有沒有想修改的部份,然後利用(D)跟(A)來調整。\n"
+ ANSI_COLOR(1;31) " 注意舊水桶內 ID 有改變過大小寫的無法轉換,請手動重設\n"
+ ANSI_RESET
#endif
"");