From d950a59b4dccd435ff21876836c7ebf68df0d6d0 Mon Sep 17 00:00:00 2001 From: shanmite Date: Mon, 15 May 2023 11:24:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20is=5Fimitator=E5=AF=BC=E8=87=B4=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E8=AF=84=E8=AE=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/core/monitor.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/core/monitor.js b/lib/core/monitor.js index 722d271..214d9da 100644 --- a/lib/core/monitor.js +++ b/lib/core/monitor.js @@ -396,8 +396,7 @@ class Monitor extends Searcher { || (hasOfficialLottery && model[0] === '1') || (!hasOfficialLottery && model[1] === '1' && has_key_words), isSendChat = - (is_imitator && lottery_info_type === 'uid' && chatmodel !== '00') - || (hasOfficialLottery && chatmodel[0] === '1') + (hasOfficialLottery && chatmodel[0] === '1') || (!hasOfficialLottery && chatmodel[1] === '1'), { blacklist: remote_blacklist } = use_public_blacklist === false ? { blacklist: "" }