mirror of
https://github.com/Luzifer/twitch-bot-rules.git
synced 2024-11-09 23:00:13 +00:00
21 lines
650 B
YAML
21 lines
650 B
YAML
---
|
|
|
|
# @author Luzifer
|
|
# @minBotVersion v3.0
|
|
# @version v2
|
|
|
|
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
|
|
description: 'Spam: "Wanna become famous? Buy followers, primes and viewers"'
|
|
|
|
actions:
|
|
- type: delete
|
|
- type: ban
|
|
attributes:
|
|
reason: Chat-Spam "{{ group 1 }}"
|
|
|
|
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") }}'
|
|
|
|
...
|