mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 11:59:43 +01:00
doc/Admin.md: fix typos
This commit is contained in:
parent
9bf60b7bda
commit
32562736bd
@ -116,7 +116,7 @@ If `key` is omitted, it will list all the keys and values that are set. If `val
|
|||||||
Usage: `userset <channel> <account name or hostmask> [<key> [value]]`
|
Usage: `userset <channel> <account name or hostmask> [<key> [value]]`
|
||||||
|
|
||||||
### userunset
|
### userunset
|
||||||
Deletes a metadata key from a user account. You can use the `account name` field or the `hostmask` field that was set via the [`adminadd`](#adminadd) command.
|
Deletes a metadata key from a user account. You can use the `account name` field or the `hostmask` field that was set via the [`useradd`](#useradd) command.
|
||||||
|
|
||||||
Usage: `userunset <channel> <account name or hostmask> <key>`
|
Usage: `userunset <channel> <account name or hostmask> <key>`
|
||||||
|
|
||||||
@ -130,9 +130,9 @@ Name | Description
|
|||||||
`password` | The password for the user account.
|
`password` | The password for the user account.
|
||||||
`loggedin` | Whether the user is logged in or not.
|
`loggedin` | Whether the user is logged in or not.
|
||||||
`stayloggedin` | Do not log the user out when they part/quit.
|
`stayloggedin` | Do not log the user out when they part/quit.
|
||||||
`autologin` | Automatically log the user in when they join the channel. *Note: make sure the user's hostmask wildcards are as restrictive as possible.*
|
`autologin` | Automatically log the user in when they join the channel. *Note: make sure the user account's hostmask wildcards are as restrictive as possible.*
|
||||||
`autoop` | Give the user `operator` status when they join the channel. *Note: make sure the admin's hostmask wildcards are as restrictive as possible.*
|
`autoop` | Give the user `operator` status when they join the channel. *Note: make sure the user account's hostmask wildcards are as restrictive as possible.*
|
||||||
`autovoice` | Give the user `voiced` status when they join the channel. *Note: make sure the admin's hostmask wildcards are as restrictive as possible.*
|
`autovoice` | Give the user `voiced` status when they join the channel. *Note: make sure the user account's hostmask wildcards are as restrictive as possible.*
|
||||||
|
|
||||||
### Listing users
|
### Listing users
|
||||||
To list user accounts, use the `list users` command. This is not an admin command, but
|
To list user accounts, use the `list users` command. This is not an admin command, but
|
||||||
|
Loading…
Reference in New Issue
Block a user