autoattach
From ZNC
| 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 autoattachThe 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 no arguments.
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 ofautoattachis 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.