lang stuff
This commit is contained in:
parent
28266403f6
commit
7e324dacf7
@ -96,6 +96,9 @@ I don't have permission to kick members
|
|||||||
[C_KICK_CANNOTBEKICKED]
|
[C_KICK_CANNOTBEKICKED]
|
||||||
they are unable to be kicked
|
they are unable to be kicked
|
||||||
|
|
||||||
|
[C_KICK_CANNOTBEKICKED_AUTOMOD]
|
||||||
|
Member is not kickable by the bot.
|
||||||
|
|
||||||
//Softban Command
|
//Softban Command
|
||||||
[COMMAND_SOFTBAN_HELP]
|
[COMMAND_SOFTBAN_HELP]
|
||||||
Bans and then unbans the member from the server.
|
Bans and then unbans the member from the server.
|
||||||
|
@ -83,6 +83,8 @@ You can edit this later.
|
|||||||
[SETTING_FILTER_ACTION_ADD_FORCE]
|
[SETTING_FILTER_ACTION_ADD_FORCE]
|
||||||
Should the action be forced to bypass automatic infracton escalation?
|
Should the action be forced to bypass automatic infracton escalation?
|
||||||
|
|
||||||
|
Respond with *__y__es*. or *__n__o*.
|
||||||
|
|
||||||
[SETTING_FILTER_ACTION_ADD_PRUNE]
|
[SETTING_FILTER_ACTION_ADD_PRUNE]
|
||||||
Should the user's recent messages be pruned after being actioned?
|
Should the user's recent messages be pruned after being actioned?
|
||||||
|
|
||||||
@ -351,7 +353,7 @@ The following words are already tied to an action and were skipped.
|
|||||||
`{words}`
|
`{words}`
|
||||||
|
|
||||||
// Linkfilter
|
// Linkfilter
|
||||||
[SETTING_WORDFILTER_HELP]
|
[SETTING_LINKFILTER_HELP]
|
||||||
Configure the link filtering behaviour for your server.
|
Configure the link filtering behaviour for your server.
|
||||||
|
|
||||||
> The whitelist is meant for permitted domains.
|
> The whitelist is meant for permitted domains.
|
||||||
@ -361,6 +363,20 @@ Configure the link filtering behaviour for your server.
|
|||||||
|
|
||||||
> Actions are managed through a series of prompts.
|
> Actions are managed through a series of prompts.
|
||||||
|
|
||||||
|
[SETTING_LINKFILTER_ACTION_ADD_TRIGGERS]
|
||||||
|
Which domains should trigger this action? If you want this action to be a generic one (i.e. it is triggered for any filter event that doesn't have a an action tied to it) respond with **gen**eric.
|
||||||
|
Alternatively you can respond with blacklist (bl), greylist (gl) or whitelist (wl) if you want the action to be tied to a filter list.
|
||||||
|
|
||||||
|
For specific domain triggers respond with a list of the domains that should trigger it.
|
||||||
|
|
||||||
|
> Domains that are not included in a filter will not trigger any actions as they are not filtered, unless a generic action is in place.
|
||||||
|
|
||||||
|
__Letting this prompt time out will make the action a **generic** one.__
|
||||||
|
|
||||||
|
[SETTING_LINKFILTER_WORD_IN_ACTION]
|
||||||
|
The following domains are already tied to an action and were skipped.
|
||||||
|
`{words}`
|
||||||
|
|
||||||
// Wordwatcher
|
// Wordwatcher
|
||||||
[SETTING_WORDWATCHER_HELP]
|
[SETTING_WORDWATCHER_HELP]
|
||||||
Configure the behaviour of the word watcher.
|
Configure the behaviour of the word watcher.
|
||||||
|
Loading…
Reference in New Issue
Block a user