From 74bc1724f63b98f6a089f912cd8a512928f46379 Mon Sep 17 00:00:00 2001 From: Mooling0602 <147964268+Mooling0602@users.noreply.github.com> Date: Sat, 14 Sep 2024 18:46:53 +0800 Subject: [PATCH] Update reporter.py --- matrix_sync/reporter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matrix_sync/reporter.py b/matrix_sync/reporter.py index 2ae6b2b..d0253e7 100644 --- a/matrix_sync/reporter.py +++ b/matrix_sync/reporter.py @@ -22,13 +22,13 @@ def formater(server: PluginServerInterface, info: Info): gameMsg = f"<{console_tr}> {msg_content}" else: option = psi.rtr("matrix_sync.on_console.commands") - gameMsg = f"* {console_tr} {option} -> {info.content}" + gameMsg = f"[!] {console_tr} {option} -> {info.content}" if info.content == "stop": gameMsg = psi.rtr("matrix_sync.sync_tips.server_stopping") else: if info.content.startswith("!!"): option = psi.rtr("matrix_sync.on_console.commands") - gameMsg = f"* {info.player} {option} -> {info.content}" + gameMsg = f"[!] {info.player} {option} -> {info.content}" report = False clientStatus = matrix_sync.client.clientStatus if clientStatus: