From a49df678e73cfc6a10370f4511d1164b75660aa1 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 1 Oct 2020 17:44:01 -0700 Subject: [PATCH] Update doc/Plugins/Plang.md --- doc/Plugins/Plang.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Plugins/Plang.md b/doc/Plugins/Plang.md index a58ee561..7b3ad1ac 100644 --- a/doc/Plugins/Plang.md +++ b/doc/Plugins/Plang.md @@ -42,7 +42,7 @@ 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 | Signature
Description +Function | Signature / Description --- | --- [factget](#factget) | `factget(channel: String, keyword: String, meta: String = "action") -> String \| Null`
Retrieve metadata from factoids [factset](#factset) | `factset(channel: String, keyword: String, text: String, meta: String = "action") -> String`
Sets metadata on factoids