summaryrefslogtreecommitdiff
path: root/docs/help/in/ignore.in
blob: bb7af90133f556c7fbff7925111ff953c0103c74 (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
33
34
35
36
37
38
39
40
41

%9Syntax:%9

@SYNTAX:ignore@

%9Parameters:%9

    -regexp:      Indicates that the pattern is a regular expression.
    -full:        Indicates that the pattern must match a full word.
    -pattern:     The text pattern to ignore.
    -except:      Negates the ignore.
    -replies:     Also ignore nicknames who are talking to anyone who matches the ignore.
    -network:     Ignores only on a specific network.
    -channels:    Ignores only on specific channels.
    -time:        The timeout to automatically remove the ignore.

    The mask, channels and levels to ignore; if no argument is provided, the
    list of ignores will be displayed.

%9Description:%9

    Ignores nicknames or text that matches a pattern.

%9Examples:%9

    /IGNORE
    /IGNORE * JOINS
    /IGNORE * CTCPS
    /IGNORE -except *!*@*.google.com CTCPS
    /IGNORE #irssi ALL -PUBLIC -ACTIONS
    /IGNORE -replies *!*@*.google.com ALL
    /IGNORE -regexp -pattern "is (away|gone|back)" * ACTIONS
    /IGNORE *zzz* NICKS
    /IGNORE *afk* NICKS
    /IGNORE *away* NICKS
    /IGNORE #irssi NO_ACT JOINS PARTS QUITS
    /IGNORE mike NO_ACT -MSGS
    /IGNORE -regexp -pattern

%9See also:%9 ACCEPT, SILENCE, UNIGNORE