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.

perform

From ZNC
Revision as of 13:41, 17 December 2011 by DarthGandalf (talk | contribs) (Created page with "{{DISPLAYTITLE:perform}} {{Core Module | version = 0.047}} This module is used to perform one or more user-specified commands when connecting to the IRC network. == Usage == ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This module is used to perform one or more user-specified commands when connecting to the IRC network.

Usage

Arguments

This user module takes no arguments.

Read loading modules to learn more about loading modules.

Commands

The perform list is automatically saved on changes.

An example:

/msg *perform add msg X@Channels.undernet.org LOGIN <username> <password>
/msg *perform add msg Q@CServe.quakenet.org :AUTH <username> <password>
/msg *perform add mode %nick% +X
/msg *perform del 1
/msg *perform list

See ExpandString for a list of available variables.