summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Hauwaerts <geert@hauwaerts.be>2014-07-06 18:49:02 +0200
committerGeert Hauwaerts <geert@hauwaerts.be>2014-07-06 18:49:02 +0200
commit66f5fb699beef7c0f468bce1aa75d80d535862a8 (patch)
tree2ff5624e66329baf5fb0488ea163476627379f23
parent47b925917df901e8dc041db4a3ccc5bceda3cbce (diff)
downloadirssi-66f5fb699beef7c0f468bce1aa75d80d535862a8.zip
Added information about the NO_ACT level
Added information about the NO_ACT level
-rw-r--r--docs/help/in/ignore.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/help/in/ignore.in b/docs/help/in/ignore.in
index 85f71ad8..2d19dd08 100644
--- a/docs/help/in/ignore.in
+++ b/docs/help/in/ignore.in
@@ -21,6 +21,10 @@
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
/IGNORE
@@ -36,6 +40,7 @@
/IGNORE #irssi NO_ACT JOINS PARTS QUITS
/IGNORE mike NO_ACT -MSGS
/IGNORE -regexp -pattern
+ /IGNORE mike NO_ACT -MSGS
%9See also:%9 ACCEPT, SILENCE, UNIGNORE