From 606ce040ab237e0cf847788b8de18a5b7c4399e3 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Tue, 4 Feb 2020 01:58:57 -0800 Subject: [PATCH] doc/Admin.md: minor formatting --- doc/Admin.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/Admin.md b/doc/Admin.md index b1e49e2d..fda41184 100644 --- a/doc/Admin.md +++ b/doc/Admin.md @@ -252,15 +252,15 @@ current list of capabilities, use the [`cap list`](#listing-capabilities) comman Name | Description --- | --- -botowner | The most powerful capability group. Contains all capabilities. -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-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. -can-ungroup-capabilities | Allows the user to use the `cap ungroup` command to modify capability groups. +`botowner` | The most powerful capability group. Contains all capabilities. +`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-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. +`can-ungroup-capabilities` | Allows the user to use the `cap ungroup` command to modify capability groups. ## Channel management commands