autovoice
From ZNC
| This module is part of ZNC-Extra. This module is not enabled by default. Instead, you have to configure ZNC with --enable-extra.Alternatively, the code for this module can be found here. Read Compiling modules to learn how to compile a module. |
This module voices everyone joining the channel you tell it to.
Contents |
Usage
Arguments
This user module takes many arguments. Each argument is either a channel you want autovoice for (which can include wildcards) or, if it starts with !, it is an exception for autovoice.
Read loading modules to learn more about loading modules.
Commands
Just read the help:
/msg *autovoice help
Example
To voice everybody who joins "#ubuntu" do the following:
<fabs> listusers <*autovoice> There are no users defined <fabs> adduser * * #ubuntu <*autovoice> User [*] added with hostmask [*] <fabs> listusers <*autovoice> +------+----------+----------+ <*autovoice> | User | Hostmask | Channels | <*autovoice> +------+----------+----------+ <*autovoice> | * | * | #ubuntu | <*autovoice> +------+----------+----------+