forked from GitHub/dbot
18 lines
549 B
JSON
18 lines
549 B
JSON
|
{
|
||
|
"namespam_act": {
|
||
|
"en": "{user} triggered nickname hilight anti-spam (greater than {sensitivity}). Action: {action}."
|
||
|
},
|
||
|
"spamcont_act": {
|
||
|
"en": "{user} triggered advertising anti-spam (content). Action: {action}"
|
||
|
},
|
||
|
"clikill_act": {
|
||
|
"en": "Added K-Line for {ip}, due to matching pattern: /{pattern}/"
|
||
|
},
|
||
|
"clikill_spared": {
|
||
|
"en": "{user} spared from clikill matched pattern: /{pattern}/"
|
||
|
},
|
||
|
"sasl_hint": {
|
||
|
"en": "You have been killed by our spam filter. You can avoid broad VPN filters by using SASL."
|
||
|
}
|
||
|
}
|