summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/mbbsd.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c
index af4ade36..6f436180 100644
--- a/mbbsd/mbbsd.c
+++ b/mbbsd/mbbsd.c
@@ -1283,12 +1283,11 @@ user_login(void)
} else {
// XXX no userlevel, no guest - what is this?
- // clear();
- // outs("此帳號停權中");
- // pressanykey();
- // exit(1);
-
- check_mailbox_quota();
+ clear();
+ outs("抱歉,您的帳號資料異常或已被停權。\n");
+ pressanykey();
+ exit(1);
+ // check_mailbox_quota();
}
if(ptime.tm_yday!=lasttime.tm_yday)