diff options
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/user.c | 4 |
1 files changed, 3 insertions, 1 deletions
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(); |