Ignore » History » Version 13
Per Amundsen, 07/07/2018 09:48 PM
1 | 1 | Per Amundsen | _Added in 1.5_ |
---|---|---|---|
2 | |||
3 | 12 | Per Amundsen | */ignore [-cdhiklnprtuNwxyCEI] <on | off | nick | address> [type] [channel(s)] [network]* |
4 | 1 | Per Amundsen | |
5 | Ignore certain types of messages or all messages from a user. |
||
6 | 13 | Per Amundsen | |
7 | 8 | Per Amundsen | /ignore with no parameters will show current [[$ignore|ignore]] status. |
8 | 1 | Per Amundsen | |
9 | 6 | Per Amundsen | _The nick will not be hidden in the Nicklist, and join/part/quit/mode messages will not be ignored._ |
10 | 5 | Per Amundsen | _If you have a query window open with the nick, the query messages will not be ignored until you close the query window._ |
11 | 10 | Per Amundsen | _If the ignore doesn't seem to work, make sure ignored is enabled by typing /ignore on._ |
12 | 5 | Per Amundsen | |
13 | 1 | Per Amundsen | *Switches* |
14 | |||
15 | -c - Ignore channel messages. |
||
16 | -d - Ignore DCC requests. |
||
17 | 11 | Per Amundsen | -h - Ignore highlights. |
18 | 2 | Per Amundsen | -i - Ignore channel invites. |
19 | 1 | Per Amundsen | -k - Ignore [[Formatting_Text|control codes]]. |
20 | -l - List all ignores on *current* network. |
||
21 | -n - Ignores notice messages. |
||
22 | 5 | Per Amundsen | -p - Ignore private/query messages. |
23 | 1 | Per Amundsen | -r - Remove ignore. |
24 | 5 | Per Amundsen | -t - Ignore CTCP requests. |
25 | 1 | Per Amundsen | -uN - Remove the ignore after N seconds. |
26 | -w - Apply the ignore to any network. |
||
27 | -x - Indicates address should be excluded. |
||
28 | -y - Ignore Tips. |
||
29 | 12 | Per Amundsen | -C - Indicates [channel(s)] is defined. (AdiIRC only) |
30 | 11 | Per Amundsen | -E - Ignore emoticons. (AdiIRC only) |
31 | -I - Ignore inline images. (AdiIRC only) |
||
32 | 1 | Per Amundsen | |
33 | *Parameters* |
||
34 | |||
35 | <on | off | nick | address> - Turns on/off the ignore feature, or if a nick/address is specified, applies the ignore to that user. |
||
36 | [type] - Ignore by hostmask, see [[$mask]] for available types. |
||
37 | 12 | Per Amundsen | [channel(s)] - Used with -C, applies the ignore on matched channels. (AdiIRC only) |
38 | 1 | Per Amundsen | [network] - If specified, applies the ignore on that network, otherwise applies the ignore on the current network. |
39 | 7 | Per Amundsen | |
40 | *Example* |
||
41 | |||
42 | <pre> |
||
43 | ; Ignore all types of messages from 'Nick!*@*'. |
||
44 | /ignore Nick |
||
45 | |||
46 | ; Ignore only channel messages from 'Nick!*@*'. |
||
47 | /ignore -c Nick |
||
48 | |||
49 | ; Remove 'Nick!*@*' from the ignorelist. |
||
50 | /ignore -r Nick |
||
51 | |||
52 | ; Ignore DCC requests from everyone. |
||
53 | /ignore -d *!*@* |
||
54 | </pre> |