From db9752c6c00a05e7f2f863951301174d436175e8 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 4 May 2023 21:12:49 -0700 Subject: [PATCH] doc/Admin.md: update ban/mute usage --- doc/Admin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Admin.md b/doc/Admin.md index 59135aaa..ad4988b0 100644 --- a/doc/Admin.md +++ b/doc/Admin.md @@ -498,8 +498,8 @@ Bans or mutes a user. If the argument is a nick instead of a hostmask, it will d The argument can be a comma-separated list of multiple nicks or masks. Usages: -- `ban [timeout (default: 24h) [reason]] [-c ] [-t ] [-r ]` -- `mute [timeout (default: 24h) [reason]] [-c ] [-t ] [-r ]` +- `ban [timeout (default: 24h) [reason]] [-c ] [-t ] [-r ]` +- `mute [timeout (default: 24h) [reason]] [-c ] [-t ] [-r ]` 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.