mirror of
https://github.com/pragma-/pbot.git
synced 2024-12-24 11:42:35 +01:00
README.md: add documentation links
This commit is contained in:
parent
881b2ba17b
commit
f2fc5ee3ca
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user