dbot/modules/kill_namespam/strings.json

15 lines
427 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-02-16 14:29:04 +01:00
}
}