Project

General

Profile

Ignore » History » Version 17

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