diff --git a/docs/help/in/ignore.in b/docs/help/in/ignore.in index 0fbf970d..433490e1 100644 --- a/docs/help/in/ignore.in +++ b/docs/help/in/ignore.in @@ -14,6 +14,8 @@ -network: Ignores only on a specific network. -channels: Ignores only on specific channels. -time: The timeout to automatically remove the ignore. + Accepts units specified in days, hours, minutes, seconds, + milliseconds, or no unit for seconds. The mask, channels and levels to ignore; if no argument is provided, the list of ignores will be displayed. @@ -44,6 +46,8 @@ /IGNORE #irssi NO_ACT JOINS PARTS QUITS /IGNORE mike NO_ACT -MSGS /IGNORE mike HIDDEN PUBLIC JOINS PARTS QUITS + /IGNORE -time 5days christmas PUBLICS + /IGNORE -time 300 mike PUBLICS %9See also:%9 ACCEPT, SILENCE, UNIGNORE diff --git a/src/fe-common/core/fe-ignore.c b/src/fe-common/core/fe-ignore.c index 276169df..a3aef880 100644 --- a/src/fe-common/core/fe-ignore.c +++ b/src/fe-common/core/fe-ignore.c @@ -115,9 +115,9 @@ static void cmd_ignore_show(void) } /* SYNTAX: IGNORE [-regexp | -full] [-pattern ] [-except] [-replies] - [-network ] [-channels ] [-time ] [] + [-network ] [-channels ] [-time ] [] IGNORE [-regexp | -full] [-pattern ] [-except] [-replies] - [-network ] [-time ] [] */ + [-network ] [-time ] [] */ /* NOTE: -network replaces the old -ircnet flag. */ static void cmd_ignore(const char *data) {