summaryrefslogtreecommitdiffstats
path: root/mbbsd/announce.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/announce.c')
-rw-r--r--mbbsd/announce.c17
1 files changed, 10 insertions, 7 deletions
diff --git a/mbbsd/announce.c b/mbbsd/announce.c
index 632792d4..2d47fa3b 100644
--- a/mbbsd/announce.c
+++ b/mbbsd/announce.c
@@ -231,13 +231,16 @@ a_showmenu(menu_t * pm)
if(copyqueue_querysize() > 0)
{ // something in queue
prints(
- ANSI_COLOR(37;44) "【已標記(複製) %d 個項目】"
- ANSI_COLOR(31;47) "(c)" ANSI_COLOR(30) "標記/複製 "
- ANSI_COLOR(31) "(p)" ANSI_COLOR(30) "貼上/取消/重設標記 "
- ANSI_COLOR(31) "(a)" ANSI_COLOR(30) "附加至文章後 "
-// ANSI_COLOR(31;47) " (h)" ANSI_COLOR(30) "說明 "
-// ANSI_COLOR(31) "[注意]" ANSI_COLOR(30) "拷貝後才能刪除原文!"
- ANSI_RESET , copyqueue_querysize());
+ ANSI_COLOR(37;44) "【已標記(複製) %d 項】"
+ ANSI_COLOR(31;47) " (c)" ANSI_COLOR(30) "標記/複製 "
+ , copyqueue_querysize());
+
+ if(pm->level == 0)
+ outs(" - 無管理權限,無法貼上 " ANSI_RESET);
+ else
+ outs( ANSI_COLOR(31) "(p)" ANSI_COLOR(30) "貼上/取消/重設標記 "
+ ANSI_COLOR(31) "(a)" ANSI_COLOR(30) "附加至文章後 "
+ ANSI_RESET);
}
else if(pm->level)
{ // BM