From 3423f292436fe79780b54dc2d8bda4e79db80e0c Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Wed, 5 Feb 2020 17:23:34 -0800 Subject: [PATCH] doc/Admin.md: document * argument to `unban`/`unmute` --- doc/Admin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Admin.md b/doc/Admin.md index a3a542be..8e6bc066 100644 --- a/doc/Admin.md +++ b/doc/Admin.md @@ -438,7 +438,7 @@ If `timeout` is omitted, PBot will ban the user for 24 hours. Timeout can be spe ### 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. -The argument can be a comma-separated list of multiple nicks or masks. +The argument can be a comma-separated list of multiple nicks or masks. If the argument is `*` then all bans/mutes for the channel will be removed. Usages: - `unban [channel]`