3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-01 17:16:39 +02:00

doc/Commands.md: udpate TOC links

This commit is contained in:
Pragmatic Software 2020-01-21 13:10:40 -08:00
parent a511c60bea
commit 6c255b613c

View File

@ -15,72 +15,73 @@
* [Factoids](#factoids) * [Factoids](#factoids)
* [Code Factoids](#code-factoids) * [Code Factoids](#code-factoids)
* [Modules](#modules) * [Modules](#modules)
* [Command documentation](#command-documentation) * [List of commands](#list-of-commands)
* [Administrative commands](#administrative-commands) * [Administrative commands](#administrative-commands)
* [Logging in and out of PBot](#logging-in-and-out-of-pbot) * [Logging in and out of PBot](#logging-in-and-out-of-pbot)
* [login](#login) * [login](Admin.md#login)
* [logout](#logout) * [logout](Admin.md#logout)
* [Admin management commands](#admin-management-commands) * [Admin management commands](#admin-management-commands)
* [adminadd](#adminadd) * [adminadd](Admin.md#adminadd)
* [adminrem](#adminrem) * [adminrem](Admin.md#adminrem)
* [adminset](#adminset) * [adminset](Admin.md#adminset)
* [adminunset](#adminunset) * [adminunset](Admin.md#adminunset)
* [list admins](#list-admins) * [list admins](Admin.md#listing-admins)
* [Channel management commands](#channel-management-commands) * [Channel management commands](#channel-management-commands)
* [join](#join) * [join](Admin.md#join)
* [part](#part) * [part](Admin.md#part)
* [chanadd](#chanadd) * [chanadd](Admin.md#chanadd)
* [chanrem](#chanrem) * [chanrem](Admin.md#chanrem)
* [chanset](#chanset) * [chanset](Admin.md#chanset)
* [chanunset](#chanunset) * [chanunset](Admin.md#chanunset)
* [chanlist](#chanlist) * [chanlist](Admin.md#chanlist)
* [Module management commands](#module-management-commands) * [Module management commands](#module-management-commands)
* [load](#load) * [load](Admin.md#load)
* [unload](#unload) * [unload](Admin.md#unload)
* [list modules](#list-modules) * [list modules](Admin.md#listing-modules)
* [Plugin management commands](#plugin-management-commands) * [Plugin management commands](#plugin-management-commands)
* [plug](#plug) * [plug](Admin.md#plug)
* [unplug](#unplug) * [unplug](Admin.md#unplug)
* [pluglist](#pluglist) * [replug](Admin.md#replug)
* [pluglist](Admin.md#pluglist)
* [Command metadata commands](#command-metadata-commands) * [Command metadata commands](#command-metadata-commands)
* [cmdset](#cmdset) * [cmdset](Admin.md#cmdset)
* [cmdunset](#cmdunset) * [cmdunset](Admin.md#cmdunset)
* [Registry commands](#registry-commands) * [Registry commands](#registry-commands)
* [regset](#regset) * [regset](Registry.md#regset)
* [regunset](#regunset) * [regunset](Registry.md#regunset)
* [regchange](#regchange) * [regchange](Registry.md#regchange)
* [regshow](#regshow) * [regshow](Registry.md#regshow)
* [regfind](#regfind) * [regfind](Registry.md#regfind)
* [regsetmeta](#regsetmeta) * [regsetmeta](Registry.md#regsetmeta)
* [regunsetmeta](#regunsetmeta) * [regunsetmeta](Registry.md#regunsetmeta)
* [Miscellaneous admin commands](#miscellaneous-admin-commands) * [Miscellaneous admin commands](#miscellaneous-admin-commands)
* [export](#export) * [export](Admin.md#export)
* [refresh](#refresh) * [refresh](Admin.md#refresh])
* [reload](#reload) * [reload](Admin.md#reload])
* [sl](#sl) * [sl](Admin.md#sl)
* [die](#die) * [die](Admin.md#die)
* [Factoid commands](#factoid-commands) * [Factoid commands](#factoid-commands)
* [Adding/remove factoids](#addingremove-factoids) * [Adding/remove factoids](#addingremove-factoids)
* [factadd](#factadd) * [factadd](Factoids.md#factadd)
* [factrem](#factrem) * [factrem](Factoids.md#factrem)
* [factalias](#factalias) * [factalias](Factoids.md#factalias)
* [Displaying factoids](#displaying-factoids) * [Displaying factoids](#displaying-factoids)
* [fact](#fact) * [fact](Factoids.md#fact)
* [factshow](#factshow) * [factshow](Factoids.md#factshow)
* [Editing factoids](#editing-factoids) * [Editing factoids](#editing-factoids)
* [factchange](#factchange) * [factchange](Factoids.md#factchange)
* [factmove](#factmove) * [factmove](Factoids.md#factmove)
* [factundo](#factundo) * [factundo](Factoids.md#factundo)
* [factredo](#factredo) * [factredo](Factoids.md#factredo)
* [factset](#factset) * [factset](Factoids.md#factset)
* [factunset](#factunset) * [factunset](Factoids.md#factunset)
* [Information about factoids](#information-about-factoids) * [Information about factoids](#information-about-factoids)
* [factlog](#factlog) * [factlog](Factoids.md#factlog)
* [factfind](#factfind) * [factfind](Factoids.md#factfind)
* [factinfo](#factinfo) * [factinfo](Factoids.md#factinfo)
* [count](#count) * [count](Factoids.md#count)
* [histogram](#histogram) * [histogram](Factoids.md#histogram)
* [top20](#top20) * [top20](Factoids.md#top20)
* [Miscellaneous commands](#miscellaneous-commands) * [Miscellaneous commands](#miscellaneous-commands)
<!-- md-toc-end --> <!-- md-toc-end -->
@ -200,10 +201,10 @@ a PBot module.
Modules do not have access to PBot's internal API or data structures. Modules do not have access to PBot's internal API or data structures.
## Command documentation ## List of commands
Here is the documentation for all of PBot's built-in commands and some of the Here is the list of all of PBot's built-in commands and some of the more useful
more useful Factoids, Plugins and Modules. Factoids, Plugins and Modules.
### Administrative commands ### Administrative commands
@ -240,6 +241,7 @@ more useful Factoids, Plugins and Modules.
##### [plug](Admin.md#plug) ##### [plug](Admin.md#plug)
##### [unplug](Admin.md#unplug) ##### [unplug](Admin.md#unplug)
##### [replug](Admin.md#replug)
##### [pluglist](Admin.md#pluglist) ##### [pluglist](Admin.md#pluglist)
#### Command metadata commands #### Command metadata commands