From b14d29473cdfec56a37a45d4f0b07bff90eb4ced Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sat, 11 Jan 2020 22:00:35 -0800 Subject: [PATCH] doc/Admin.md: include "forever" example in relative time parameters --- doc/Admin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Admin.md b/doc/Admin.md index 3ffff2d6..8b110955 100644 --- a/doc/Admin.md +++ b/doc/Admin.md @@ -180,7 +180,7 @@ Ignore a user. If you omit `[channel]` PBot will ignore the user in all channels Usage: `ignore [channel [timeout]]` -Timeout can be specified as an relative time in English; for instance, `5 minutes`, `1 month and 2 weeks`, `next thursday`, `friday after next`, and so on. +Timeout can be specified as an relative time in English; for instance, `5 minutes`, `1 month and 2 weeks`, `next thursday`, `friday after next`, `forever` and such. #### unignore Unignores a user. If you omit `[channel]` PBot will unignore the user from all channels, including private messages. @@ -247,7 +247,7 @@ Usages: - `ban [channel [timeout]]` - `mute [channel [timeout]]` -If `timeout` is omitted, PBot will ban the user for 24 hours. Timeout can be specified as an relative time in English; for instance, `5 minutes`, `1 month and 2 weeks`, `next thursday`, `friday after next`, and so on. +If `timeout` is omitted, PBot will ban the user for 24 hours. Timeout can be specified as an relative time in English; for instance, `5 minutes`, `1 month and 2 weeks`, `next thursday`, `friday after next`, `forever` and such. #### unban/unmute Unbans or unmutes a user. If the argument is a nick instead of a hostmask, it will find all bans that match any of that nick's hostmasks or NickServ accounts and unban them.