imported irssi.
[silc.git] / apps / irssi / docs / help / in / ignore.in
1
2 @SYNTAX:ignore@
3
4     -regexp: <pattern> is a regular expression
5     -word: <pattern> must match to full words
6     -pattern: <pattern> must match to the message's text
7     -replies: Ignore replies to nick in channels. For example
8              "/IGNORE -replies *!*@*.fi PUBLIC" ignores everyone
9              from Finland, but also anyone sending message
10              "tofinnishnick: blahblah".
11     -except: *DON'T* ignore
12     -channels: Ignore only in channels
13     <mask>: Either a nick mask or list of channels
14     <levels>: List of levels to ignore
15     <^levels>: List of levels to NOT ignore
16             (/ignore -except nick notices = /ignore nick ^notices)
17
18
19 /IGNORE without any arguments displays list of ignores.
20
21 The best match always wins, so you can have:
22     /IGNORE * CTCPS
23     /IGNORE -except *!*@host.org CTCPS
24
25 See also: UNIGNORE
26