Project

General

Profile

Ignore » History » Version 16

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