summaryrefslogtreecommitdiffstats
path: root/mbbsd/user.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r--mbbsd/user.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index 85e0130f..67ab556c 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -1862,17 +1862,7 @@ u_register(void)
toregister(email, genbuf, phone, career, rname, addr, mobile);
- clear();
- move(9, 3);
- outs("最後Post一篇" ANSI_COLOR(32) "自我介紹文章" ANSI_RESET "給大家吧,"
- "告訴所有老骨頭" ANSI_COLOR(31) "我來啦^$。\\n\n\n\n");
- pressanykey();
- cuser.userlevel |= PERM_POST;
- brc_initial_board("WhoAmI");
- set_board();
- do_post();
- cuser.userlevel &= ~PERM_POST;
- return 0;
+ return FULLUPDATE;
}
/* 列出所有註冊使用者 */