1
0
mirror of https://github.com/irssi/irssi.git synced 2024-12-04 14:46:39 -05:00

Update SYNTAX

This commit is contained in:
vague666 2022-03-08 21:09:52 +01:00 committed by Ailin Nemui
parent 82dd550184
commit 344398dd2a

View File

@ -115,9 +115,9 @@ static void cmd_ignore_show(void)
} }
/* SYNTAX: IGNORE [-regexp | -full] [-pattern <pattern>] [-except] [-replies] /* SYNTAX: IGNORE [-regexp | -full] [-pattern <pattern>] [-except] [-replies]
[-network <network>] [-channels <channel>] [-time <str>] <mask> [<levels>] [-network <network>] [-channels <channel>] [-time <time>] <mask> [<levels>]
IGNORE [-regexp | -full] [-pattern <pattern>] [-except] [-replies] IGNORE [-regexp | -full] [-pattern <pattern>] [-except] [-replies]
[-network <network>] [-time <str>] <channels> [<levels>] */ [-network <network>] [-time <time>] <channels> [<levels>] */
/* NOTE: -network replaces the old -ircnet flag. */ /* NOTE: -network replaces the old -ircnet flag. */
static void cmd_ignore(const char *data) static void cmd_ignore(const char *data)
{ {