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: "" }