Merge pull request #1575 from irssi/hilight_syntax_update

Add -priority to hilight syntax line
This commit is contained in:
ailin-nemui 2025-07-21 16:51:55 +00:00 committed by GitHub
commit 995e77c30d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -626,7 +626,7 @@ static void cmd_hilight_show(void)
}
/* SYNTAX: HILIGHT [-nick | -word | -line] [-mask | -full | -matchcase | -regexp]
[-color <color>] [-actcolor <color>] [-level <level>]
[-color <color>] [-actcolor <color>] [-level <level>] [-priority <number>]
[-network <network>] [-channels <channels>] <text> */
static void cmd_hilight(const char *data)
{