dbot/modules/kill_namespam/strings.json

18 lines
549 B
JSON
Raw Normal View History

2018-02-16 14:29:04 +01:00
{
"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}"
2018-03-01 14:41:59 +01:00
},
"clikill_act": {
"en": "Added K-Line for {ip}, due to matching pattern: /{pattern}/"
},
"clikill_spared": {
"en": "{user} spared from clikill matched pattern: /{pattern}/"
2018-05-28 16:35:11 +02:00
},
"sasl_hint": {
"en": "You have been killed by our spam filter. You can avoid broad VPN filters by using SASL."
2018-02-16 14:29:04 +01:00
}
}