mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05:00
Added information about the NO_ACT level
Added information about the NO_ACT level
This commit is contained in:
parent
47b925917d
commit
66f5fb699b
@ -21,6 +21,10 @@
|
|||||||
|
|
||||||
Ignores nicknames or text that matches a pattern.
|
Ignores nicknames or text that matches a pattern.
|
||||||
|
|
||||||
|
The special level "NO_ACT" can be used to ignore activity in the statusbar
|
||||||
|
without actually ignoring the message; this behaviour is somewhat special
|
||||||
|
because it is allowed in addition to other ignores for the same target.
|
||||||
|
|
||||||
%9Examples:%9
|
%9Examples:%9
|
||||||
|
|
||||||
/IGNORE
|
/IGNORE
|
||||||
@ -36,6 +40,7 @@
|
|||||||
/IGNORE #irssi NO_ACT JOINS PARTS QUITS
|
/IGNORE #irssi NO_ACT JOINS PARTS QUITS
|
||||||
/IGNORE mike NO_ACT -MSGS
|
/IGNORE mike NO_ACT -MSGS
|
||||||
/IGNORE -regexp -pattern
|
/IGNORE -regexp -pattern
|
||||||
|
/IGNORE mike NO_ACT -MSGS
|
||||||
|
|
||||||
%9See also:%9 ACCEPT, SILENCE, UNIGNORE
|
%9See also:%9 ACCEPT, SILENCE, UNIGNORE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user