To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.
Autovoice: Difference between revisions
Jump to navigation
Jump to search
DarthGandalf (talk | contribs) Created page with "{{DISPLAYTITLE:autovoice}} {{Extra Module}} This module voices everyone joining the channel you tell it to. == Usage == {{Module arguments | count = many | extra = Each arg..." |
>Un1matr1x mNo edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:autovoice}} | {{DISPLAYTITLE:autovoice}} | ||
{{ | {{Core Module | version = 1.0}} | ||
This module voices everyone joining the channel you tell it to. | This module voices everyone joining the channel you tell it to. |
Revision as of 16:29, 7 November 2012
This module is a part of ZNC. This module is shipped with ZNC by default. If you have the right "LoadMod" you can activate it with /znc LoadMod autovoice The code for this module can be found here. This module is part of ZNC since Version 1.0 |
This module voices everyone joining the channel you tell it to.
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> +------+----------+----------+