mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
Added information about the NO_ACT level
Added information about the NO_ACT level
This commit is contained in:
parent
47b925917d
commit
66f5fb699b
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue