summaryrefslogtreecommitdiff
path: root/docs/help/in/alias.in
blob: 0235960634a52047b61b182a836d8dfa13e7c909 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32

Syntax:

@SYNTAX:alias@

Parameters:

    A name of the alias and the command to execute. You can prepend the alias
    with the '-' character to remove the alias. If no argument is given, your
    aliases will be displayed.

Description:

    Creates or updates an alias. You can use the ';' character to separate
    multiple commands.

    The parametesr given to the alias are expanded in '$[\d]' For example $0,
    $1, $2, $8, $12, ...

    If you don't use any parameters in your alias, all parameters will be
    automatically appended after it.

Examples:

    /ALIAS COMEBACK SAY I was hoping for a battle of wits, but you seem to be unarmed.
    /ALIAS -COMEBACK
    /ALIAS ATAG SCRIPT EXEC Irssi::active_win->change_server(Irssi::server_find_tag("$0"));
    /ALIAS UNACT SCRIPT EXEC foreach $$w (Irssi::windows()) { Irssi::command("window goto $$w->{refnum}")\;} ; WINDOW GOTO $winref
    /ALIAS QOP ^MSG Q op $C

See also: BIND, UNALIAS