Help Topics

/perform

Set up commands that automatically run every time you connect, like identifying with NickServ or joining channels.

Syntax

/perform
/perform list
/perform add <command>
/perform remove <position>
/perform move <from> <to>
/perform clear

Parameters

command — A slash command to add to the perform list.
position — The position number of the command (shown in /perform list).
from, to — Position numbers for reordering commands.

How It Works

Perform commands execute sequentially when you connect, before auto-join channels are joined. This ensures that commands like /ns identify run first, so you're identified before entering channels. Passwords in /ns identify commands are masked in the list display for security. Running /perform with no arguments opens the Perform dialog.

Examples

/perform list
/perform add /ns identify mypassword
/perform add /away AFK
/perform remove 2
/perform move 3 1
/perform clear

See Also

/autojoin · /ns · Perform / Auto-Commands