Limnoria/plugins/AutoMode
Valentin Lorentz e2d72c5a43 Fix msgfmt warnings. 2020-03-26 22:10:28 +01:00
..
locales Fix msgfmt warnings. 2020-03-26 22:10:28 +01:00
README.md AutoMode: update README.md. 2014-06-08 13:54:09 +03:00
__init__.py Use importlib instead of imp. 2020-01-26 12:00:08 +01:00
config.py AutoMode: Set supybot.plugins.AutoMode.alternativeCapabilities to True by default. 2015-04-22 09:25:38 +02:00
messages.pot Squashed commit of the following: 2014-12-20 14:37:27 +01:00
plugin.py AutoMode, Channel, Nickometer: fix invalid escape sequence DeprecationWarning 2020-01-26 11:20:39 -08: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).