diff options
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/user.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c index e5808400..cb0665eb 100644 --- a/mbbsd/user.c +++ b/mbbsd/user.c @@ -509,7 +509,7 @@ _debug_testregcode() #endif -void email_justify(const userec_t *muser) +static void email_justify(const userec_t *muser) { char tmp[IDLEN + 1], buf[256], genbuf[256]; /* @@ -1586,6 +1586,10 @@ u_register(void) "�Ы��U���@������᭫�s�W��~ :)"); sethomefile(genbuf, cuser.userid, "justify.wait"); unlink(genbuf); + // FIXME �� email ���s�{�ҫ�Aphone �� career �|���� + // �]�������i�ӮɬO�q justify.wait Ū�쪺�A�ӳo�� + // ��Ƥ]�S�t�~�s�C�ҥH���s�{�Ү�Ū���� justify.wait + // phone �� career �N�����F�C snprintf(cuser.justify, sizeof(cuser.justify), "%s:%s:auto", phone, career); sethomefile(genbuf, cuser.userid, "justify"); |