mirror of
https://github.com/pragma-/pbot.git
synced 2025-01-11 20:42:38 +01:00
README.md: replace admin-management with user-management
This commit is contained in:
parent
26f9fc7677
commit
8e7bdafa29
15
README.md
15
README.md
@ -18,7 +18,7 @@ PBot is a versatile IRC Bot written in Perl
|
|||||||
* [Virtual machine](#virtual-machine)
|
* [Virtual machine](#virtual-machine)
|
||||||
* [Useful IRC command improvements](#useful-irc-command-improvements)
|
* [Useful IRC command improvements](#useful-irc-command-improvements)
|
||||||
* [Channel management](#channel-management)
|
* [Channel management](#channel-management)
|
||||||
* [Admin management](#admin-management)
|
* [User management](#user-management)
|
||||||
* [Easy configuration](#easy-configuration)
|
* [Easy configuration](#easy-configuration)
|
||||||
* [Documentation](#documentation)
|
* [Documentation](#documentation)
|
||||||
* [Frequently Asked Questions](#frequently-asked-questions)
|
* [Frequently Asked Questions](#frequently-asked-questions)
|
||||||
@ -293,16 +293,17 @@ PBot can perform the typical channel management tasks.
|
|||||||
|
|
||||||
For more information, see the [Channels documentation](doc/Admin.md#channel-management-commands) and the [AntiAbuse documentation](doc/AntiAbuse.md)
|
For more information, see the [Channels documentation](doc/Admin.md#channel-management-commands) and the [AntiAbuse documentation](doc/AntiAbuse.md)
|
||||||
|
|
||||||
### Admin management
|
### User management
|
||||||
|
|
||||||
PBot has easy admin management via simple built-in commands.
|
PBot has easy straightforward user management via simple built-in commands.
|
||||||
|
|
||||||
* admins can be global admins or channel-specific admins
|
* user accounts can be global or channel-specific
|
||||||
* admins can be required to login with a password
|
* users can be recognized by hostmask or required to login with password
|
||||||
* admins can be set to be permanently logged-in
|
* users can adjust their [user-metadata](doc/Admin.md#user-metadata-list) with the [`my`](doc/Commands.md#my) command
|
||||||
* admin commands configured by [admin-levels](doc/Admin.md#admin-levels)
|
* admin commands configured by [admin-levels](doc/Admin.md#admin-levels)
|
||||||
|
* and more
|
||||||
|
|
||||||
For more information, see the [Admin documentation.](doc/Admin.md#admin-management-commands)
|
For more information, see the [Admin documentation.](doc/Admin.md#user-management-commands)
|
||||||
|
|
||||||
### Easy configuration
|
### Easy configuration
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user