From 386d14e1aa59d78b514e3b8f5fa3dea22c281a6b Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 2 Jan 2020 20:07:42 -0800 Subject: [PATCH] QuickStart: very minor edit --- doc/QuickStart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/QuickStart.md b/doc/QuickStart.md index e76a2c52..c62f6ef9 100644 --- a/doc/QuickStart.md +++ b/doc/QuickStart.md @@ -222,10 +222,10 @@ You may set the follow admin properties: Name | Description --- | --- name | A unique name identifying this admin account. -level | The privilege level of the admin. See [this table](https://github.com/pragma-/pbot/blob/master/doc/Admin.md#admin-levels) for more information. +level | The privilege level of this admin. See [this table](https://github.com/pragma-/pbot/blob/master/doc/Admin.md#admin-levels) for more information. password | The password for this admin account. loggedin | If set to 1, the admin is logged in. -stayloggedin | If set to 1, admins will not be logged out when they part/quit. +stayloggedin | If set to 1, the admin will not be logged out when they part/quit. For more information, see the [Admin documentation](https://github.com/pragma-/pbot/blob/master/doc/Admin.md).