From 80a79faaaaf788a73366e3321c217d683fc251b2 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Tue, 4 Feb 2020 02:01:13 -0800 Subject: [PATCH] doc/Admin.md: improvements --- doc/Admin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Admin.md b/doc/Admin.md index fda41184..95caf439 100644 --- a/doc/Admin.md +++ b/doc/Admin.md @@ -256,7 +256,7 @@ Name | Description `admin` | The admin capability group. Contains the basic administrative capabilities. `chanop` | Channel operator capability group. Contains the basic channel management capabilities. `chanmod` | Channel moderator capability group. Grants `can-voice`, `can-devoice` and the use of the `mod` command without being voiced. -`can-` | If a command `` has the `cap-required` [command metadata](#command-metadata-list) then the `can-` capability is required to invoke it. For example, the `op` command requires the `can-op` capability. +`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` command requires users to have the `can-op` capability. `can-mode-` | Allows the `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. `can-modify-capabilities` | Allows the user to use the [`useradd`](#useradd) or [`userset`](#userset) commands to add or remove capabilities from users. `can-group-capabilities` | Allows the user to use the `cap group` command to modify capability groups.