summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/board.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index b29a5fa0..7338b85a 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -608,13 +608,14 @@ show_brdlist(int head, int clsflag, int newflag)
if (IS_LISTING_FAV() && brdnum == 1 && get_fav_type(&nbrd[0]) == 0) {
// (a) or (i) needs HasUserPerm(PERM_LOGINOK)).
+ // 3 = first line of empty area
if (!HasUserPerm(PERM_LOGINOK))
{
- mouts(0, 10,
+ mouts(3, 10,
"--- 註冊完成的使用者才能新增看板喔 (可按 s 手動選取) ---");
} else {
// normal user. tell him what to do.
- mouts(0, 10,
+ mouts(3, 10,
"--- 空目錄,請按 a 新增或用 y 列出全部看板後按 z 增刪 ---");
}
return;