mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Merge pull request #1575 from irssi/hilight_syntax_update
Add -priority to hilight syntax line
This commit is contained in:
commit
995e77c30d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue