Skip to content

Commit 1e07c03

Browse files
authored
don't allow users to use big text
1 parent bdf3fdc commit 1e07c03

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

Splitmod/327997395650740225.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,17 @@ plugins:
897897
channel: "1334349505818001429" # automod log
898898
text: |-
899899
:robot: Automod **caps_filter** triggered by <@!{user.id}> (`{user.id}`) actions taken: **clean, reply, log**
900-
900+
big_text_filter:
901+
triggers:
902+
- match_regex:
903+
patterns:
904+
- ^#
905+
actions:
906+
clean: true
907+
log: true
908+
reply:
909+
text: "<@!{user.id}> don't enlarge your text!"
910+
auto_delete: 5s
901911
#COUNTERS---------------------------------
902912
#word filter escalation
903913
automodc1:
@@ -1363,6 +1373,8 @@ plugins:
13631373
enabled: false
13641374
music_domain_filter:
13651375
enabled: false
1376+
big_text_filter:
1377+
enabled: false
13661378
- level: ">=100"
13671379
config:
13681380
can_set_antiraid: true

0 commit comments

Comments
 (0)