mirror of
https://github.com/Luzifer/twitch-bot-rules.git
synced 2024-11-09 14:50:07 +00:00
Extend regex to new spam format
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
e3c1aa9050
commit
3c57135628
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ actions:
|
|||
attributes:
|
||||
reason: Chat-Spam "{{ group 1 }}"
|
||||
|
||||
match_message: (?i)(.*(?:Buy|Best)?(?:\s*(?:followers|primes|viewers)\s*(?:,|and|)){2,}\s+on.*)
|
||||
match_message: (?i)((?:.*(?:Buy|Best|all for your stream:?)?(?:\s*(?:follow(?:ers|)|primes|primesubs|viewers?)\s*(?:,|and|)){2,}\s+on.*)|tss\.+ all for your stream on.*)
|
||||
|
||||
disable_on_template: '{{ not (botHasBadge "moderator") }}'
|
||||
|
||||
|
|
Loading…
Reference in a new issue