From 45ac58e31274cdaaad754ba19734ea48ce7a323c Mon Sep 17 00:00:00 2001 From: shanmite Date: Tue, 1 Mar 2022 21:08:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AF=84=E8=AE=BA=E4=B8=8E=E8=BD=AC?= =?UTF-8?q?=E5=8F=91=E7=9B=B8=E5=90=8C=E6=97=B6=E5=8E=BB=E6=8E=89=E5=8A=A8?= =?UTF-8?q?=E6=80=81=E5=8E=9F=E6=96=87(#128)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed #128 --- lib/core/monitor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/monitor.js b/lib/core/monitor.js index e0b45dd..fa8b6d9 100644 --- a/lib/core/monitor.js +++ b/lib/core/monitor.js @@ -539,7 +539,7 @@ class Monitor extends Searcher { [1, 4], () => bili.sendChat( rid, - is_repost_then_chat ? relay_chat : chat, + is_repost_then_chat ? relay_chat.split('//')[0] : chat, chat_type ) )