Limnoria/plugins/AutoMode
Valentin Lorentz c6346e48dd AutoMode: Do not make voice override ban. Closes GH-160. 2014-07-17 20:00:03 +02:00
..
locales I am Mikaela. 2014-06-08 13:07:36 +03:00
README.md AutoMode: update README.md. 2014-06-08 13:54:09 +03:00
__init__.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
config.py AutoMode: use more sane defaults. 2014-05-03 16:02:04 +03:00
messages.pot PluginDownloader: update l10n-fi. 2014-03-22 16:38:16 +02:00
plugin.py AutoMode: Do not make voice override ban. Closes GH-160. 2014-07-17 20:00:03 +02:00
test.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00

README.md

This plugin sets channel modes on users when they join the channel depending on the configuration.

If * plugins.automode.op is set to True, users with the #channel,op capability are opped when they join. * plugins.automode.halfop is set to True, users with the #channel,halfop are halfopped when they join. * plugins.automode.voice is set to True, users with the #channel,voice are voiced when they join.

This plugin also kbans people on @channel ban list (config plugins.automode.ban) when they join and if moding users with lower capability is enabled, that is also applied to users with higher capability (`config plugins.automode.fallthrough).