mirror of
https://github.com/Luzifer/twitch-bot-rules.git
synced 2024-11-09 23:00:13 +00:00
Update rule to adjust to latest change in spam
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
1b58f13dc1
commit
e3c1aa9050
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# @author Luzifer
|
# @author Luzifer
|
||||||
# @minBotVersion v3.0
|
# @minBotVersion v3.0
|
||||||
# @version v1
|
# @version v2
|
||||||
|
|
||||||
uuid: a136bb59-02f9-4a2a-88a2-be719655a7e2
|
uuid: a136bb59-02f9-4a2a-88a2-be719655a7e2
|
||||||
subscribe_from: https://github.com/Luzifer/twitch-bot-rules/raw/main/rules/a136bb59-02f9-4a2a-88a2-be719655a7e2_wanna-become-famous.yml
|
subscribe_from: https://github.com/Luzifer/twitch-bot-rules/raw/main/rules/a136bb59-02f9-4a2a-88a2-be719655a7e2_wanna-become-famous.yml
|
||||||
|
@ -14,7 +14,7 @@ actions:
|
||||||
attributes:
|
attributes:
|
||||||
reason: Chat-Spam "{{ group 1 }}"
|
reason: Chat-Spam "{{ group 1 }}"
|
||||||
|
|
||||||
match_message: (?i)(.*(?:Buy|Best)?(?:\s+(?:followers|primes|viewers)\s*(?:,|and|)){2,}\s+on.*)
|
match_message: (?i)(.*(?:Buy|Best)?(?:\s*(?:followers|primes|viewers)\s*(?:,|and|)){2,}\s+on.*)
|
||||||
|
|
||||||
disable_on_template: '{{ not (botHasBadge "moderator") }}'
|
disable_on_template: '{{ not (botHasBadge "moderator") }}'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue