summaryrefslogtreecommitdiffstats
path: root/mbbsd/mbbsd.c
diff options
context:
space:
mode:
authorscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2006-03-18 20:01:07 +0800
committerscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2006-03-18 20:01:07 +0800
commit049e8d0c0ce6a0de4a25bb786cf72413b32539cb (patch)
tree503873fe9c9ec0992827dc37a43af622ab7505d7 /mbbsd/mbbsd.c
parenta205f3f2040f06618beb2a97fb26f844c2e78e80 (diff)
downloadpttbbs-049e8d0c0ce6a0de4a25bb786cf72413b32539cb.tar
pttbbs-049e8d0c0ce6a0de4a25bb786cf72413b32539cb.tar.gz
pttbbs-049e8d0c0ce6a0de4a25bb786cf72413b32539cb.tar.bz2
pttbbs-049e8d0c0ce6a0de4a25bb786cf72413b32539cb.tar.lz
pttbbs-049e8d0c0ce6a0de4a25bb786cf72413b32539cb.tar.xz
pttbbs-049e8d0c0ce6a0de4a25bb786cf72413b32539cb.tar.zst
pttbbs-049e8d0c0ce6a0de4a25bb786cf72413b32539cb.zip
load go score when login
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3290 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r--mbbsd/mbbsd.c3
1 files changed, 3 insertions, 0 deletions
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;
/*