2000-07-26 13:52:19 -04:00
|
|
|
|
|
|
|
@SYNTAX:ignore@
|
|
|
|
|
|
|
|
-regexp: <pattern> is a regular expression
|
2001-05-30 04:58:19 -04:00
|
|
|
-full: <pattern> must match to full words
|
2000-07-26 13:52:19 -04:00
|
|
|
-pattern: <pattern> must match to the message's text
|
|
|
|
-replies: Ignore replies to nick in channels. For example
|
2001-09-19 05:15:44 -04:00
|
|
|
"/IGNORE -replies *!*@*.fi PUBLIC" ignores everyone
|
|
|
|
from Finland, but also anyone sending message
|
|
|
|
"tofinnishnick: blahblah".
|
|
|
|
-except: *DON'T* ignore - overrides an existing ignore.
|
2004-07-11 17:31:49 -04:00
|
|
|
-network: Ignore only on this network.
|
|
|
|
-ircnet: Same as -network. Deprecated. Do not use.
|
2000-07-26 13:52:19 -04:00
|
|
|
-channels: Ignore only in channels
|
|
|
|
<mask>: Either a nick mask or list of channels
|
2001-09-19 05:15:44 -04:00
|
|
|
<levels>: List of levels to ignore. You can use -<level> to remove levels
|
|
|
|
from ignore.
|
2000-07-26 13:52:19 -04:00
|
|
|
<^levels>: List of levels to NOT ignore
|
2001-09-19 05:15:44 -04:00
|
|
|
(/ignore -except nick notices = /ignore nick ^notices)
|
2000-07-26 13:52:19 -04:00
|
|
|
|
|
|
|
|
2001-09-19 05:15:44 -04:00
|
|
|
/IGNORE without any arguments displays list of ignores. If you want to remove
|
|
|
|
some levels of the ignore, use /IGNORE <mask> -<level> -<level2> etc
|
2000-07-26 13:52:19 -04:00
|
|
|
|
|
|
|
The best match always wins, so you can have:
|
|
|
|
/IGNORE * CTCPS
|
|
|
|
/IGNORE -except *!*@host.org CTCPS
|
|
|
|
|
2001-09-19 05:15:44 -04:00
|
|
|
Examples:
|
|
|
|
|
|
|
|
/IGNORE #channel ALL -PUBLIC -ACTIONS - ignore all but public/actions
|
|
|
|
/IGNORE #channel -JOINS - don't ignore joins anymore
|
|
|
|
/IGNORE -replies *!user@*.host.org ALL - ignore user and all replies
|
|
|
|
|
|
|
|
Some suggestions for ignoring annoying public aways:
|
|
|
|
/IGNORE -regexp -pattern "is (away|gone|back)" * ACTIONS
|
|
|
|
/IGNORE *zzz* NICKS
|
|
|
|
/IGNORE *afk* NICKS
|
|
|
|
/IGNORE *away* NICKS
|
|
|
|
|
2002-03-01 14:33:45 -05:00
|
|
|
For regular expressions, see `man 7 regex`.
|
|
|
|
|
2000-07-26 13:52:19 -04:00
|
|
|
See also: UNIGNORE
|
|
|
|
|