diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-03-17 16:37:15 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-03-17 16:37:15 +0800 |
commit | adaaedc95796cf26465678ad4909da11703f0c35 (patch) | |
tree | a2b0a2e387a682a2311b0dad97518b4615f66b1a /mbbsd | |
parent | b42f7b80fc9531740851426862ccf5a25fa76215 (diff) | |
download | pttbbs-adaaedc95796cf26465678ad4909da11703f0c35.tar pttbbs-adaaedc95796cf26465678ad4909da11703f0c35.tar.gz pttbbs-adaaedc95796cf26465678ad4909da11703f0c35.tar.bz2 pttbbs-adaaedc95796cf26465678ad4909da11703f0c35.tar.lz pttbbs-adaaedc95796cf26465678ad4909da11703f0c35.tar.xz pttbbs-adaaedc95796cf26465678ad4909da11703f0c35.tar.zst pttbbs-adaaedc95796cf26465678ad4909da11703f0c35.zip |
delete justify.wait
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@42 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
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 5088fd27..a5763506 100644 --- a/mbbsd/user.c +++ b/mbbsd/user.c @@ -1,4 +1,4 @@ -/* $Id: user.c,v 1.7 2002/03/17 08:23:48 in2 Exp $ */ +/* $Id: user.c,v 1.8 2002/03/17 08:37:15 in2 Exp $ */ #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -931,6 +931,8 @@ int u_register(void) cuser.userlevel |= (PERM_LOGINOK | PERM_POST); prints("\n註冊成功\, 重新上站後將取得完整權限\n" "請按下任一鍵跳離後重新上站~ :)"); + sethomefile(genbuf, cuser.userid, "justify.wait"); + unlink(genbuf); pressanykey(); u_exit("registed"); exit(0); |