|
11.
|
|
|
Determines the kick message used by the
bot when kicking users for saying bad words.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
Détermine le message de kick utilisé par le bot lorsqu'il kick des utilisateurs utilisant des gros mots.
|
|
Translated by
Valentin Lorentz
|
|
|
|
Located in
config.py:106
|
|
12.
|
|
|
Maintains a list of words that the bot is not allowed to say.
Can also be used to kick people that say these words, if the bot
has op.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
plugin.py:46
|
|
13.
|
|
|
takes no arguments
Returns the list of words being censored.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
ne prend pas d'argument
Retourne une liste de mots qui sont censurés.
|
|
Translated by
Valentin Lorentz
|
|
|
|
Located in
plugin.py:115
|
|
14.
|
|
|
I'm not currently censoring any bad words.
|
|
|
|
Je ne censure actuellement aucun mot.
|
|
Translated by
Valentin Lorentz
|
|
|
|
Located in
plugin.py:125
|
|
15.
|
|
|
<word> [<word> ...]
Adds all <word>s to the list of words being censored.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
<mot> [<mot> ...]
Ajoute tous les mots à la liste des mots que le bot ne doit pas dire.
|
|
Translated by
Valentin Lorentz
|
|
|
|
Located in
plugin.py:130
|
|
16.
|
|
|
<word> [<word> ...]
Removes <word>s from the list of words being censored.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
<mot> [<mot> ...]
Retire les <mot>s de la liste des mots que le bot ne doit pas dire.
|
|
Translated by
Valentin Lorentz
|
|
|
|
Located in
plugin.py:142
|