diff options
author | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-06 18:49:02 +0200 |
---|---|---|
committer | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-06 18:49:02 +0200 |
commit | 66f5fb699beef7c0f468bce1aa75d80d535862a8 (patch) | |
tree | 2ff5624e66329baf5fb0488ea163476627379f23 /docs/help/in/ignore.in | |
parent | 47b925917df901e8dc041db4a3ccc5bceda3cbce (diff) | |
download | irssi-66f5fb699beef7c0f468bce1aa75d80d535862a8.zip |
Added information about the NO_ACT level
Added information about the NO_ACT level
Diffstat (limited to 'docs/help/in/ignore.in')
-rw-r--r-- | docs/help/in/ignore.in | 5 |
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 |