From a55317d58dab57fe2bf771f8ed86bdd7f20694b8 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 1 Oct 2020 17:07:37 -0700 Subject: [PATCH] doc/Plugins/Plang.md: add table for builtin functions --- doc/Plugins/Plang.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/Plugins/Plang.md b/doc/Plugins/Plang.md index ca60c091..2954c9f0 100644 --- a/doc/Plugins/Plang.md +++ b/doc/Plugins/Plang.md @@ -42,6 +42,13 @@ is preserved in-between commands and the types of values is output along with th [Plang](https://github.com/pragma-/Plang) lets you add custom built-in functions. Several have been added for PBot; they are described here. +Function | Description +--- | --- +[factget](#factget) | Retrieve metadata from factoids +[factset](#factset) | Sets metadata on factoids +[factappend](#factappend) | Appends to the `action` metadata on factoids +[userget](#userget) | Retrieve metadata from users + ### factget Use the `factget` function to retrieve metadata from factoids.