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: Difference between revisions
Jump to navigation
Jump to search
>Paccer |
Specify what the module does when loaded as a user vs. network. |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:perform}} | {{DISPLAYTITLE:perform}} | ||
{{Core Module | version = 0.047}} | {{Core Module | version = 0.047}} | ||
This module is used to perform one or more user-specified commands when connecting to the IRC network. | This module is used to perform one or more user-specified commands when connecting to the IRC network. | ||
If the module is loaded as a user module, it will perform the command(s) for the network(s) the user has. | |||
If the module is loaded as a network module, it will perform the command(s) for that specific network. | |||
== Usage == | == Usage == |
Revision as of 00:45, 28 October 2013
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 perform The code for this module can be found here. This module is part of ZNC since Version 0.047 |
This module is used to perform one or more user-specified commands when connecting to the IRC network.
If the module is loaded as a user module, it will perform the command(s) for the network(s) the user has.
If the module is loaded as a network module, it will perform the command(s) for that specific network.
Usage
Arguments
This network 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 add OPER USER PASSWORD /msg *perform del 1 /msg *perform list
See ExpandString for a list of available variables.