Merge pull request #77 from ailin-nemui/fix_ignore_help

Clarify the help for /ignore -time

(cherry picked from commit c62505386f)
This commit is contained in:
ailin-nemui 2022-03-11 12:09:26 +01:00 committed by Ailin Nemui
commit 1598c88cfd
2 changed files with 6 additions and 2 deletions

View file

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