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

From ZNC
Revision as of 10:35, 17 December 2011 by 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 of autoattach 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.