Project

General

Profile

Ignore » History » Version 12

Per Amundsen, 07/07/2018 07:54 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 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
-d - Ignore DCC requests.
16 11 Per Amundsen
-h - Ignore highlights.
17 2 Per Amundsen
-i - Ignore channel invites.
18 1 Per Amundsen
-k - Ignore [[Formatting_Text|control codes]].
19
-l - List all ignores on *current* network.
20
-n - Ignores notice messages.
21 5 Per Amundsen
-p - Ignore private/query messages.
22 1 Per Amundsen
-r - Remove ignore.
23 5 Per Amundsen
-t - Ignore CTCP requests.
24 1 Per Amundsen
-uN - Remove the ignore after N seconds.
25
-w - Apply the ignore to any network.
26
-x - Indicates address should be excluded.
27
-y - Ignore Tips.
28 12 Per Amundsen
-C - Indicates [channel(s)] is defined. (AdiIRC only)
29 11 Per Amundsen
-E - Ignore emoticons. (AdiIRC only)
30
-I - Ignore inline images. (AdiIRC only)
31 1 Per Amundsen
32
*Parameters*
33
34
<on | off | nick | address> - Turns on/off the ignore feature, or if a nick/address is specified, applies the ignore to that user.
35
[type] - Ignore by hostmask, see [[$mask]] for available types.
36 12 Per Amundsen
[channel(s)] - Used with -C, applies the ignore on matched channels. (AdiIRC only)
37 1 Per Amundsen
[network] - If specified, applies the ignore on that network, otherwise applies the ignore on the current network.
38 7 Per Amundsen
39
*Example*
40
41
<pre>
42
; Ignore all types of messages from 'Nick!*@*'.
43
/ignore Nick
44
45
; Ignore only channel messages from 'Nick!*@*'.
46
/ignore -c Nick
47
48
; Remove 'Nick!*@*' from the ignorelist.
49
/ignore -r Nick
50
51
; Ignore DCC requests from everyone.
52
/ignore -d *!*@*
53
</pre>