3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-25 05:19:29 +01:00

Update doc/Plugins/Plang.md

This commit is contained in:
Pragmatic Software 2020-10-01 17:44:01 -07:00
parent f766a9d735
commit a49df678e7

View File

@ -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. [Plang](https://github.com/pragma-/Plang) lets you add custom built-in functions.
Several have been added for PBot; they are described here. Several have been added for PBot; they are described here.
Function | Signature<br>Description Function | Signature / Description
--- | --- --- | ---
[factget](#factget) | `factget(channel: String, keyword: String, meta: String = "action") -> String \| Null`<br>Retrieve metadata from factoids [factget](#factget) | `factget(channel: String, keyword: String, meta: String = "action") -> String \| Null`<br>Retrieve metadata from factoids
[factset](#factset) | `factset(channel: String, keyword: String, text: String, meta: String = "action") -> String`<br>Sets metadata on factoids [factset](#factset) | `factset(channel: String, keyword: String, text: String, meta: String = "action") -> String`<br>Sets metadata on factoids