From 165099b035b241317a56cf3fd6b3e171fbe5e5f1 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 6 Feb 2020 11:49:53 -0800 Subject: [PATCH] doc/Admin.md: minor edit --- doc/Admin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Admin.md b/doc/Admin.md index 4f216935..62d5d2ca 100644 --- a/doc/Admin.md +++ b/doc/Admin.md @@ -319,7 +319,7 @@ Name | Description | Belongs to group `admin` | The admin capability group. Contains the basic administrative capabilities. | botowner `chanop` | Channel operator capability group. Contains the basic channel management capabilities. | botowner, admin `chanmod` | Channel moderator capability group. Grants `can-voice`, `can-devoice` and the use of the `mod` command without being voiced. | botowner -`can-` | If a command `` has the `cap-required` [command metadata](#command-metadata-list) then the user's account must have the `can-` capability to invoke it. For example, the [`op`](#op) command requires users to have the `can-op` capability. | botowner +`can-` | If a command `` has the `cap-required` [command metadata](#command-metadata-list) then the user's account must have the `can-` capability to invoke it. For example, the [`op`](#op) command requires users to have the `can-op` capability. | botowner, various groups `can-mode-` | Allows the [`mode`](#mode) command to set mode ``. For example, to allow a user to set `mode +m` give them the `can-mode` and `can-mode-m` capabilities. `` is one mode character. | botowner, can-mode-any `can-mode-any` | Allows the [`mode`](#mode) command to set any mode flag. | botowner `can-modify-capabilities` | Allows the user to use the [`useradd`](#useradd) or [`userset`](#userset) commands to add or remove capabilities from users. | botowner