README.md: add documentation links

This commit is contained in:
Pragmatic Software 2020-01-09 17:05:37 -08:00
parent 881b2ba17b
commit f2fc5ee3ca
1 changed files with 7 additions and 1 deletions

View File

@ -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; <local variables: p = 0x0>
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.
<pragma-> !cc sizeof (int)
<PBot> 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.