AutoMode: update README.md.

[SKIP CI]
This commit is contained in:
Mikaela Suomalainen 2014-06-08 13:51:56 +03:00
parent f44cc389a9
commit 0a31dd18cf
1 changed files with 15 additions and 3 deletions

View File

@ -1,3 +1,15 @@
This plugin automaticly voices/halfops/ops users with #channel,<voice/halfop/op> capability
when they join to the channel.
It will also ban automaticly everyone who is in channel ban list ( @channel ban list ).
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).