summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/admin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/admin.c b/mbbsd/admin.c
index 5629c52d..3963fd68 100644
--- a/mbbsd/admin.c
+++ b/mbbsd/admin.c
@@ -1097,7 +1097,7 @@ give_id_money(const char *user_id, int money, const char *mail_title)
pressanykey();
} else {
snprintf(tt, sizeof(tt), "%s : %d " MONEYNAME " ¹ô", mail_title, money);
- mail_id(user_id, tt, "etc/givemoney.why", "[PTT »È¦æ]");
+ mail_id(user_id, tt, "etc/givemoney.why", "[" BBSMNAME "»È¦æ]");
}
}