diff options
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r-- | mbbsd/user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c index fd9a235b..1c521ac0 100644 --- a/mbbsd/user.c +++ b/mbbsd/user.c @@ -305,7 +305,7 @@ violate_law(userec_t * u, int unum) u->vl_count++; passwd_update(unum, u); post_violatelaw(u->userid, cuser.userid, reason, "�@��B��"); - mail_violatelaw(u->userid, cuser.userid, reason, "�@��B��"); + mail_violatelaw(u->userid, "����ĵ��", reason, "�@��B��"); } pressanykey(); } |