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:03:55 -07:00
parent 44340bafd2
commit cd21a31276

View File

@ -106,7 +106,7 @@ currently possible with Plang. This will not be its final form. Support for clas
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,
unique unused channnel. Let's call it `#karma-data`. To get the first command argument,
we'll use PBot's special factoid variable `$arg[0]`.
First we add the `++` command.