diff options
-rw-r--r-- | mbbsd/mbbsd.c | 3 |
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; /* |