From 983140a3af910f1f835627216e12f474db7ace93 Mon Sep 17 00:00:00 2001 From: ptt Date: Fri, 24 Jun 2005 15:15:14 +0000 Subject: display the warning message when re-email_justify git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2867 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/user.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mbbsd') diff --git a/mbbsd/user.c b/mbbsd/user.c index 978648f4..61d6c976 100644 --- a/mbbsd/user.c +++ b/mbbsd/user.c @@ -482,7 +482,9 @@ void email_justify(userec_t muser) #endif bsmtp("etc/registermail", buf, muser.email, 0); strlcpy(cuser.userid, tmp, sizeof(cuser.userid)); - outs("\n\n\n我們即將寄出認證信 (您應該會在 10 分鐘內收到)\n" + move(20,0); + clrtobot(); + outs("我們即將寄出認證信 (您應該會在 10 分鐘內收到)\n" "收到後您可以根據認證信標題的認證碼\n" "輸入到 (U)ser -> (R)egister 後就可以完成註冊"); pressanykey(); -- cgit v1.2.3