diff options
Diffstat (limited to 'mbbsd/talk.c')
-rw-r--r-- | mbbsd/talk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/talk.c b/mbbsd/talk.c index 6f45650f..e3134f59 100644 --- a/mbbsd/talk.c +++ b/mbbsd/talk.c @@ -3508,7 +3508,7 @@ GotoNewHand(){ currboard = "";// force enter_board } - if (enter_board(GLOBAL_NEWBIE) == 0) + if (enter_board(BN_NEWBIE) == 0) canRead = 1; if (canRead) @@ -3573,7 +3573,7 @@ AngelNotOnline(){ "──────────────┴☉" ANSI_RESET "\n"); move(b_lines - 4, 0); - outs("小主人使用上問題找不到小天使請到新手版(" GLOBAL_NEWBIE ")\n" + outs("小主人使用上問題找不到小天使請到新手版(" BN_NEWBIE ")\n" " 想留言給小天使請到許\願版(AngelPray)\n" " 想找看板在哪的話可到(AskBoard)\n" "請先在各板上尋找答案或按 Ctrl-P 發問"); |