From 8e7bdafa29811f7c8c22ae68d0b76d04f2373848 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 2 Feb 2020 10:53:49 -0800 Subject: [PATCH] README.md: replace admin-management with user-management --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index eb3547ff..f734e939 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ PBot is a versatile IRC Bot written in Perl * [Virtual machine](#virtual-machine) * [Useful IRC command improvements](#useful-irc-command-improvements) * [Channel management](#channel-management) - * [Admin management](#admin-management) + * [User management](#user-management) * [Easy configuration](#easy-configuration) * [Documentation](#documentation) * [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) -### 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 -* admins can be required to login with a password -* admins can be set to be permanently logged-in +* user accounts can be global or channel-specific +* users can be recognized by hostmask or required to login with password +* 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) +* 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