diff options
author | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-11-16 21:41:07 +0800 |
---|---|---|
committer | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-11-16 21:41:07 +0800 |
commit | eaa868e5c10158c2d8ca7fb623b9f522e495a829 (patch) | |
tree | 5032de1e0c62c77e31dc07c35a5bb34bc4cddae2 /mbbsd/mbbsd.c | |
parent | 64f4260e432c06146fc866eb5c74449a59f3deeb (diff) | |
download | pttbbs-eaa868e5c10158c2d8ca7fb623b9f522e495a829.tar pttbbs-eaa868e5c10158c2d8ca7fb623b9f522e495a829.tar.gz pttbbs-eaa868e5c10158c2d8ca7fb623b9f522e495a829.tar.bz2 pttbbs-eaa868e5c10158c2d8ca7fb623b9f522e495a829.tar.lz pttbbs-eaa868e5c10158c2d8ca7fb623b9f522e495a829.tar.xz pttbbs-eaa868e5c10158c2d8ca7fb623b9f522e495a829.tar.zst pttbbs-eaa868e5c10158c2d8ca7fb623b9f522e495a829.zip |
show ������������ in user list
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@575 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r-- | mbbsd/mbbsd.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c index 0adb2756..0f2cd58f 100644 --- a/mbbsd/mbbsd.c +++ b/mbbsd/mbbsd.c @@ -1,4 +1,4 @@ -/* $Id: mbbsd.c,v 1.58 2002/09/26 16:18:36 in2 Exp $ */ +/* $Id: mbbsd.c,v 1.59 2002/11/16 13:41:07 kcwu Exp $ */ #include "bbs.h" #define SOCKET_QLEN 4 @@ -723,6 +723,9 @@ setup_utmp(int mode) uinfo.five_win = cuser.five_win; uinfo.five_lose = cuser.five_lose; uinfo.five_tie = cuser.five_tie; + uinfo.chc_win = cuser.chc_win; + uinfo.chc_lose = cuser.chc_lose; + uinfo.chc_tie = cuser.chc_tie; uinfo.invisible = cuser.invisible % 2; uinfo.pager = cuser.pager % 5; memcpy(uinfo.mind, cuser.mind, 4); |