diff options
Diffstat (limited to 'mbbsd/syspost.c')
-rw-r--r-- | mbbsd/syspost.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/syspost.c b/mbbsd/syspost.c index 13e71390..029c23a7 100644 --- a/mbbsd/syspost.c +++ b/mbbsd/syspost.c @@ -114,7 +114,7 @@ post_violatelaw(const char *crime, const char *police, const char *reason, const police, crime, reason, result); if (!strstr(police, "警察")) { - post_msg("PoliceLog", title, msg, "[Ptt法院]"); + post_msg("PoliceLog", title, msg, "[" BBSMNAME "法院]"); snprintf(msg, sizeof(msg), ANSI_COLOR(1;32) "%s" ANSI_RESET "判決:\n" @@ -123,7 +123,7 @@ post_violatelaw(const char *crime, const char *police, const char *reason, const "站務警察", crime, reason, result); } - post_msg("ViolateLaw", title, msg, "[Ptt法院]"); + post_msg("ViolateLaw", title, msg, "[" BBSMNAME "法院]"); } void |