From 556cb2523905e1537fc5197221d4d6e880450f32 Mon Sep 17 00:00:00 2001 From: Jari Matilainen Date: Mon, 27 Jul 2020 17:37:01 +0200 Subject: [PATCH 1/2] Update ignore.in --- docs/help/in/ignore.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/help/in/ignore.in b/docs/help/in/ignore.in index b0a547c1..00d64963 100644 --- a/docs/help/in/ignore.in +++ b/docs/help/in/ignore.in @@ -25,6 +25,8 @@ The special level 'NO_ACT' can be used to ignore activity in the statusbar without actually ignoring the message; this behavior is somewhat special because it is allowed in addition to other ignores for the same target. + The special level 'HIDDEN' can be used to hide matching activity without + actually ignoring the message. %9Examples:%9 @@ -40,6 +42,7 @@ /IGNORE *away* NICKS /IGNORE #irssi NO_ACT JOINS PARTS QUITS /IGNORE mike NO_ACT -MSGS + /IGNORE mike HIDDEN PUBLIC JOINS PARTS QUITS /IGNORE -regexp -pattern %9See also:%9 ACCEPT, SILENCE, UNIGNORE From ec2f269e98115a1852ecffcfe83103f8adbf8cb3 Mon Sep 17 00:00:00 2001 From: Jari Matilainen Date: Tue, 28 Jul 2020 23:48:52 +0200 Subject: [PATCH 2/2] Update ignore.in --- docs/help/in/ignore.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/help/in/ignore.in b/docs/help/in/ignore.in index 00d64963..cb2393d2 100644 --- a/docs/help/in/ignore.in +++ b/docs/help/in/ignore.in @@ -25,8 +25,8 @@ The special level 'NO_ACT' can be used to ignore activity in the statusbar without actually ignoring the message; this behavior is somewhat special because it is allowed in addition to other ignores for the same target. - The special level 'HIDDEN' can be used to hide matching activity without - actually ignoring the message. + The special level 'HIDDEN' can be used to hide matching messages that can + later be revealed using /WINDOW HIDELEVEL -HIDDEN %9Examples:%9