Project

General

Profile

Ignore » History » Version 11

Per Amundsen, 07/07/2018 02:03 PM

1 1 Per Amundsen
_Added in 1.5_
2
3 11 Per Amundsen
*/ignore [-cdhiklnprtuNwxyEI] <on | off | nick | address> [type] [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 11 Per Amundsen
-y - Ignore Tips.
28
-E - Ignore emoticons. (AdiIRC only)
29
-I - Ignore inline images. (AdiIRC only)
30 1 Per Amundsen
31
*Parameters*
32
33
<on | off | nick | address> - Turns on/off the ignore feature, or if a nick/address is specified, applies the ignore to that user.
34 4 Per Amundsen
[type] - Ignore by hostmask, see [[$mask]] for available types.
35 1 Per Amundsen
[network] - If specified, applies the ignore on that network, otherwise applies the ignore on the current network.
36 7 Per Amundsen
37
*Example*
38
39
<pre>
40
; Ignore all types of messages from 'Nick!*@*'.
41
/ignore Nick
42
43
; Ignore only channel messages from 'Nick!*@*'.
44
/ignore -c Nick
45
46
; Remove 'Nick!*@*' from the ignorelist.
47
/ignore -r Nick
48
49
; Ignore DCC requests from everyone.
50
/ignore -d *!*@*
51
</pre>