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

Update doc/Plugins/Plang.md

This commit is contained in:
Pragmatic Software 2020-09-29 20:02:47 -07:00
parent 4a409acb0f
commit 44340bafd2

View File

@ -101,7 +101,9 @@ See the [Plang Map documentation](https://github.com/pragma-/Plang#maps) for a r
### Karma example
Here is a quick-and-dirty way to make a simple Karma system.
Here is a quick-and-dirty way to make a simple Karma system. This is a demonstration of what is
currently possible with Plang. This will not be its final form. Support for classes will be added
soon.
We'll use the `factget()` and `factset()` functions to get and store Karma values to an
unique unused channnel; let's call it `#karma-data`. To get the first command argument,