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.
Autoattach: Difference between revisions
Jump to navigation
Jump to search
DarthGandalf (talk | contribs) Created page with "{{DISPLAYTITLE:autoattach}} {{Core Module}} Autoattach watches your detached channels and reattaches you automatically when there is activity in a channel you added to your au..." |
DarthGandalf (talk | contribs) |
||
Line 7: | Line 7: | ||
== Usage == | == Usage == | ||
{{Module arguments}} | {{Module arguments|count=any number of|extra=Each argument is a mask for channel with or without ! before it. They are added to those which are added using <code>add</code> command, as explained below.}} | ||
=== Commands === | === Commands === |
Revision as of 01:19, 17 July 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 autoattach The code for this module can be found here. |
Autoattach watches your detached channels and reattaches you automatically when there is activity in a channel you added to your autoattach list. Read the page about detaching to learn about detached channels.
Autoattach considers channel notices and messages as activity.
Usage
Arguments
This user module takes any number of arguments. Each argument is a mask for channel with or without ! before it. They are added to those which are added using add
command, as explained below.
Read loading modules to learn more about loading modules.
Commands
Autoattach can be controlled like this:
/msg *autoattach add * /msg *autoattach add !#chan* /msg *autoattach del !#chan* /msg *autoattach list
*
in front ofautoattach
is the StatusPrefix set in your config file.*
inside a channel name is the wildcard character.!
in front of the channel name will exclude the specific channel.