From 049e8d0c0ce6a0de4a25bb786cf72413b32539cb Mon Sep 17 00:00:00 2001 From: scw Date: Sat, 18 Mar 2006 12:01:07 +0000 Subject: load go score when login git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3290 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/mbbsd.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c index b67dbbca..6b071fd1 100644 --- a/mbbsd/mbbsd.c +++ b/mbbsd/mbbsd.c @@ -866,6 +866,9 @@ setup_utmp(int mode) uinfo.chc_lose = cuser.chc_lose; uinfo.chc_tie = cuser.chc_tie; uinfo.chess_elo_rating = cuser.chess_elo_rating; + uinfo.go_win = cuser.go_win; + uinfo.go_lose = cuser.go_lose; + uinfo.go_tie = cuser.go_tie; uinfo.invisible = cuser.invisible % 2; uinfo.pager = cuser.pager % PAGER_MODES; /* -- cgit v1.2.3