diff options
-rw-r--r-- | pttbbs/mbbsd/mbbsd.c | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/pttbbs/mbbsd/mbbsd.c b/pttbbs/mbbsd/mbbsd.c index e48cf0e0..d906d769 100644 --- a/pttbbs/mbbsd/mbbsd.c +++ b/pttbbs/mbbsd/mbbsd.c @@ -979,14 +979,9 @@ setup_utmp(int mode) inline static void welcome_msg(void) { - prints(ANSI_RESET " 歡迎您再度拜訪本站,上次您是從 " - ANSI_COLOR(1;33) "%s" ANSI_COLOR(0;37) " 連往本站," - ANSI_CLRTOEND "\n" - " 我記得那天是 " ANSI_COLOR(1;33) "%s" ANSI_COLOR(0;37) "。" - ANSI_CLRTOEND "\n" - ANSI_CLRTOEND "\n" - , - cuser.lasthost, Cdate(&(cuser.lastlogin))); + prints(ANSI_RESET " 歡迎您再度拜訪,上次您是從 " + ANSI_COLOR(1;33) "%s" ANSI_COLOR(0;37) " 連往本站。" + ANSI_CLRTOEND "\n", cuser.lasthost); pressanykey(); } |