3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-06 11:28:43 +02:00

doc: adjust TOC levels

This commit is contained in:
Pragmatic Software 2020-01-12 11:01:26 -08:00
parent 3fda530a9a
commit a6c532d67e
2 changed files with 9 additions and 9 deletions

View File

@ -83,7 +83,7 @@ Removes an admin from PBot. You can use the name field or the hostmask field tha
Usage: `adminrem <channel> <name or hostmask>` Usage: `adminrem <channel> <name or hostmask>`
### Admin levels #### Admin levels
This is a list of admin commands allowed by each admin level. Higher level admins have access to all lower level admin commands. This is a list of admin commands allowed by each admin level. Higher level admins have access to all lower level admin commands.
Level | Commands Level | Commands
@ -106,7 +106,7 @@ Deletes a metadata key from an admin account. You can use the name `field` or t
Usage: `adminunset <channel> <name or hostmask> <key>` Usage: `adminunset <channel> <name or hostmask> <key>`
### Admin metadata list #### Admin metadata list
This is a list of recognized metadata keys for admin accounts. This is a list of recognized metadata keys for admin accounts.
Name | Description Name | Description
@ -167,7 +167,7 @@ Usage: `chanunset <channel> <key>`
### chanlist ### chanlist
`chanlist` lists all added channels and their metadata keys and values. `chanlist` lists all added channels and their metadata keys and values.
### Channel metadata list #### Channel metadata list
Name | Description Name | Description
--- | --- --- | ---
`enabled` | When set to a true value, PBot will auto-join this channel after identifying to NickServ (unless `general.autojoin_wait_for_nickserv` is `0`, in which case auto-join happens immediately). `enabled` | When set to a true value, PBot will auto-join this channel after identifying to NickServ (unless `general.autojoin_wait_for_nickserv` is `0`, in which case auto-join happens immediately).