Limnoria/plugins/AutoMode
James Lu 9291fbd4a0 All plugins: set Limnoria contributors as maintainer 2019-11-16 11:41:13 -08:00
..
locales Add l10n-es for AutoMode, BadWords & Google 2015-01-09 20:04:59 +02:00
README.md AutoMode: update README.md. 2014-06-08 13:54:09 +03:00
__init__.py All plugins: set Limnoria contributors as maintainer 2019-11-16 11:41:13 -08: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 all plugins: Use msg.channel instead of msg.args[0] + give network name to self.registryValue. 2019-08-24 23:35:01 +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).