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