summaryrefslogtreecommitdiffstats
path: root/mbbsd/talk.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/talk.c')
-rw-r--r--mbbsd/talk.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mbbsd/talk.c b/mbbsd/talk.c
index 322ab5cc..7b0e2e14 100644
--- a/mbbsd/talk.c
+++ b/mbbsd/talk.c
@@ -2638,8 +2638,9 @@ userlist(void)
} else {
deumoney(uentp->uid, ch - give_tax(ch));
log_file(FN_MONEY, LOG_CREAT | LOG_VF,
- "%s\tµ¹%s\t%d\t%s\n", cuser.userid,
+ "%s\tµ¹%s\t%d\t(µ|«á %d)\t%s\n", cuser.userid,
uentp->userid, ch,
+ ch-give_tax(ch),
ctime4(&currutmp->lastact));
mail_redenvelop(cuser.userid, uentp->userid,
ch - give_tax(ch), 'Y');