2000-07-26 13:52:19 -04:00
|
|
|
|
2014-07-05 16:16:35 -04:00
|
|
|
%9Syntax:%9
|
|
|
|
|
2000-07-26 13:52:19 -04:00
|
|
|
@SYNTAX:ignore@
|
|
|
|
|
2014-07-05 16:16:35 -04:00
|
|
|
%9Parameters:%9
|
|
|
|
|
|
|
|
-regexp: Indicates that the pattern is a regular expression.
|
|
|
|
-full: Indicates that the pattern must match a full word.
|
|
|
|
-pattern: The text pattern to ignore.
|
|
|
|
-except: Negates the ignore.
|
|
|
|
-replies: Also ignore nicknames who are talking to anyone who matches the ignore.
|
|
|
|
-network: Ignores only on a specific network.
|
|
|
|
-channels: Ignores only on specific channels.
|
|
|
|
-time: The timeout to automatically remove the ignore.
|
|
|
|
|
|
|
|
The mask, channels and levels to ignore; if no argument is provided, the
|
|
|
|
list of ignores will be displayed.
|
|
|
|
|
|
|
|
%9Description:%9
|
2000-07-26 13:52:19 -04:00
|
|
|
|
2014-07-05 16:16:35 -04:00
|
|
|
Ignores nicknames or text that matches a pattern.
|
2001-09-19 05:15:44 -04:00
|
|
|
|
2014-07-05 16:16:35 -04:00
|
|
|
%9Examples:%9
|
2001-09-19 05:15:44 -04:00
|
|
|
|
2014-07-05 16:16:35 -04:00
|
|
|
/IGNORE
|
|
|
|
/IGNORE * JOINS
|
|
|
|
/IGNORE * CTCPS
|
|
|
|
/IGNORE -except *!*@*.google.com CTCPS
|
|
|
|
/IGNORE #irssi ALL -PUBLIC -ACTIONS
|
|
|
|
/IGNORE -replies *!*@*.google.com ALL
|
2014-07-05 20:11:31 -04:00
|
|
|
/IGNORE -regexp -pattern (away|gone|back|playing|returned) * ACTIONS
|
2001-09-19 05:15:44 -04:00
|
|
|
/IGNORE *zzz* NICKS
|
|
|
|
/IGNORE *afk* NICKS
|
|
|
|
/IGNORE *away* NICKS
|
2014-07-05 16:16:35 -04:00
|
|
|
/IGNORE #irssi NO_ACT JOINS PARTS QUITS
|
|
|
|
/IGNORE mike NO_ACT -MSGS
|
|
|
|
/IGNORE -regexp -pattern
|
2001-09-19 05:15:44 -04:00
|
|
|
|
2014-07-05 16:16:35 -04:00
|
|
|
%9See also:%9 ACCEPT, SILENCE, UNIGNORE
|
2000-07-26 13:52:19 -04:00
|
|
|
|