mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-04 21:01:17 +08:00
fix: is_imitator导致错误评论
This commit is contained in:
parent
d3e3436075
commit
d950a59b4d
@ -396,8 +396,7 @@ class Monitor extends Searcher {
|
|||||||
|| (hasOfficialLottery && model[0] === '1')
|
|| (hasOfficialLottery && model[0] === '1')
|
||||||
|| (!hasOfficialLottery && model[1] === '1' && has_key_words),
|
|| (!hasOfficialLottery && model[1] === '1' && has_key_words),
|
||||||
isSendChat =
|
isSendChat =
|
||||||
(is_imitator && lottery_info_type === 'uid' && chatmodel !== '00')
|
(hasOfficialLottery && chatmodel[0] === '1')
|
||||||
|| (hasOfficialLottery && chatmodel[0] === '1')
|
|
||||||
|| (!hasOfficialLottery && chatmodel[1] === '1'),
|
|| (!hasOfficialLottery && chatmodel[1] === '1'),
|
||||||
{ blacklist: remote_blacklist } = use_public_blacklist === false
|
{ blacklist: remote_blacklist } = use_public_blacklist === false
|
||||||
? { blacklist: "" }
|
? { blacklist: "" }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user