From 4c4efc7c4054d4f5330e6c1db599a8949fb13e0e Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Wed, 5 Feb 2020 17:39:12 -0800 Subject: [PATCH] doc/Admin.md: document new capabilities --- doc/Admin.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/Admin.md b/doc/Admin.md index 8e6bc066..2cb284d7 100644 --- a/doc/Admin.md +++ b/doc/Admin.md @@ -315,8 +315,11 @@ Name | Description | Belongs to group `can-ungroup-capabilities` | Allows the user to use the [`cap ungroup`](#cap) command to modify capability groups. | botowner `can-clear-bans` | Allows the user to use [`unban *`](#unbanunmute) to clear a channel's bans. | botowner, admin `can-clear-mutes` | Allows the user to use [`unmute *`](#unbanunmute) to clear a channel's mutes. | botowner, admin -## Channel management commands +`can-kick-wildcard` | Allows the user to use wildcards with the [`kick`](#kick) command. | botowner, admin +`can-op-wildcard` | Allows the user to use wildcards with the [`op`](#op) command. | botowner, admin +`can-voice-wildcard` | Allows the user to use wildcards with the [`voice`](#voice) command. | botowner, chanop, chanmod +## Channel management commands ### join To temporarily join a channel, use the `join` command. The channels may be a comma- separated list.