mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 11:59:43 +01:00
Update doc/Plugins/Plang.md
This commit is contained in:
parent
4a409acb0f
commit
44340bafd2
@ -101,7 +101,9 @@ See the [Plang Map documentation](https://github.com/pragma-/Plang#maps) for a r
|
|||||||
|
|
||||||
### Karma example
|
### 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
|
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,
|
||||||
|
Loading…
Reference in New Issue
Block a user