summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2013-11-13 21:45:13 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2013-11-13 21:45:13 +0800
commit90d875cb99cf98880f99cc52c9a143ae7b37d2eb (patch)
treedf90379a45f332d02c752e77182e62fc26d088c2
parentac534532fb771790ed8fd5134005791fc4578858 (diff)
downloadpttbbs-90d875cb99cf98880f99cc52c9a143ae7b37d2eb.tar
pttbbs-90d875cb99cf98880f99cc52c9a143ae7b37d2eb.tar.gz
pttbbs-90d875cb99cf98880f99cc52c9a143ae7b37d2eb.tar.bz2
pttbbs-90d875cb99cf98880f99cc52c9a143ae7b37d2eb.tar.lz
pttbbs-90d875cb99cf98880f99cc52c9a143ae7b37d2eb.tar.xz
pttbbs-90d875cb99cf98880f99cc52c9a143ae7b37d2eb.tar.zst
pttbbs-90d875cb99cf98880f99cc52c9a143ae7b37d2eb.zip
Notify the new changes.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5903 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/admin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pttbbs/mbbsd/admin.c b/pttbbs/mbbsd/admin.c
index 61116126..6ac28169 100644
--- a/pttbbs/mbbsd/admin.c
+++ b/pttbbs/mbbsd/admin.c
@@ -689,6 +689,8 @@ m_mod_board(char *bname)
" *** 因為開頭是空白或中文, 看板內左上角或按i的"
"板主名單會顯示為徵求中或無 ***"
ANSI_RESET "\n");
+ mvprints(y+5, 0, "注意: 資源回收筒與編輯歷史已不用先把自己設成板主。\n"
+ "詳情請見(X)->(L)系統更新記錄。\n");
if (getdata(y + 4, 0, "確定此板主名單正確?[y/N] ", ans,
sizeof(ans), LCECHO) &&
ans[0] == 'y') {