From f2fc5ee3ca25a164d6e81aec574e7cd57e0fce20 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 9 Jan 2020 17:05:37 -0800 Subject: [PATCH] README.md: add documentation links --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2eaf63e..3e07b164 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ plugin is integrated with the GNU Debugger. It will print useful debugging infor Program received signal SIGSEGV, Segmentation fault at statement: *p = 1; -It can display value of the most recent statement if there is no program output. +It can display the value of the most recent statement if there is no program output. !cc sizeof (int) no output: sizeof(int) = 4 @@ -217,6 +217,8 @@ PBot can perform the typical channel management tasks. * spam/advertisement detection * and much, much more +For more information, see the [Channels documentation](doc/Channels.md) and the [AntiAbuse documentation](doc/AntiAbuse.md) + ### Admin management PBot has easy admin management via simple built-in commands. @@ -226,6 +228,8 @@ PBot has easy admin management via simple built-in commands. * admins can be set to be permanently logged-in * admin abilities configured by admin-levels +For more information, see the [Admin documentation.](doc/Admin.md) + ### Easy configuration PBot's settings are contained in a central registry of key/value pairs grouped by sections. @@ -236,6 +240,8 @@ These settings can easily be configured via several methods: * simple built-in commands (`regset`, `regunset`, etc) * editing the [`$data_dir/registry`](data/registry) plain-text JSON file +For more information, see the [Registry documentation.](doc/Registry.md) + ### Advanced interpreter PBot has an advanced command interpreter with useful functionality.