mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Add -priority to hilight syntax line
This commit is contained in:
parent
aa285d45cd
commit
7681cb7585
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]
|
/* 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> */
|
[-network <network>] [-channels <channels>] <text> */
|
||||||
static void cmd_hilight(const char *data)
|
static void cmd_hilight(const char *data)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue