From 918b6fee5d1041d031fa7ac63f44d0bba5ff3da5 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 23 Jan 2020 09:32:43 -0800 Subject: [PATCH] doc/Admin.md: prefer `autologin` metadata over `stayloggedin` --- doc/Admin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Admin.md b/doc/Admin.md index e2971337..70e50626 100644 --- a/doc/Admin.md +++ b/doc/Admin.md @@ -58,7 +58,7 @@ ## Logging in and out You cannot use any of the admin commands unless you login. Note that login requires that your hostmask matches PBot's records. -However, if your admin account have the `loggedin` and `stayloggedin` metadata set to a true value then you will not need to login. +However, if your admin account has the `autologin` [metadata](#admin-metadata-list) set to a true value then you will not need to login. ### login Logs into PBot. @@ -81,7 +81,7 @@ Parameter | Description `` | Which channel the admin can administrate; use `global` for all channels. This field cannot be changed without removing and re-adding the admin. `` | What hostmask the admin is recognized/allowed to login from (e.g., `somenick!*@*somedomain.com` or `*@unaffiliated/someuser`). This field cannot be changed without removing and re-adding the admin. `` | An integer representing the admin's level of privileges. See [admin-levels](#admin-levels). -`` | The password the admin will use to login (from /msg!). A password is not required if the `stayloggedin` and `loggedin` metadata are set for the admin; however, a dummy password still needs to be set. +`` | The password the admin will use to login (from /msg!). A password is not required if the `autologin` [metadata](#admin-metadata-list) is set for the admin; however, a dummy password still needs to be set. ### adminrem Removes an admin from PBot. You can use the name field or the hostmask field that was set via `adminadd`.