From 0334de0a055bf6f608b723c9058ac76dba804ec4 Mon Sep 17 00:00:00 2001 From: Jari Matilainen Date: Mon, 20 Mar 2023 11:00:37 +0100 Subject: [PATCH] Update levels.in Make it more clear what NOHILIGHT can be used for --- docs/help/in/levels.in | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/help/in/levels.in b/docs/help/in/levels.in index 63c899cc..3c61263d 100644 --- a/docs/help/in/levels.in +++ b/docs/help/in/levels.in @@ -36,6 +36,7 @@ HIDDEN Hides the message when window HIDELEVEL includes HIDDEN. NO_ACT Doesn't trigger any activity in the statusbar. NOHILIGHT The text is not highlighted. + Suppresses hilights when used with /ignore. When using levels from Irssi scripts, you need to prepend the level with 'MSGLEVEL_'; for example 'CRAP' becomes 'MSGLEVEL_CRAP'.