Limnoria/plugins/BadWords
Valentin Lorentz bdbb74f046 BadWords: Re-allow words with a space (aka 'phrases')
I disallowed it in f3f628ddba because they
couldn't be deserialized properly.

This commit adds a new 'phrases' config var in addition to 'words',
that is comma-separated instead of space-separated.
2020-09-05 22:59:09 +02:00
..
locales Fix msgfmt warnings. 2020-03-26 22:10:28 +01:00
README.md Mass rename README.txt --> README.md . 2014-06-06 12:42:33 +02:00
__init__.py Use importlib instead of imp. 2020-01-26 12:00:08 +01:00
config.py BadWords: Re-allow words with a space (aka 'phrases') 2020-09-05 22:59:09 +02:00
messages.pot PluginDownloader: update l10n-fi. 2014-03-22 16:38:16 +02:00
plugin.py BadWords: Re-allow words with a space (aka 'phrases') 2020-09-05 22:59:09 +02:00
test.py BadWords: Re-allow words with a space (aka 'phrases') 2020-09-05 22:59:09 +02:00

README.md

This plugin ensures that the bot wont say any words the bot owner finds offensive. As an additional capability, it can (optionally) kick users who use such words from channels that have that capability enabled.