zappyzep/backend/src/plugins/Counters
Dragory 31d7748bf4
Fix changeCounterValue() not considering initial value
If a counter was initialized via the INSERT in changeCounterValue(),
its value would be set to the change value rather than the specified
initial value. For example, a counter with an initial value of 1000
and a change of 5 would get initialized to 5, not 1005.
2021-05-03 18:37:09 +03:00
..
commands Fix 0 not being accepted in SetCounterCmd (#186) 2021-04-28 22:03:26 +03:00
functions Fix changeCounterValue() not considering initial value 2021-05-03 18:37:09 +03:00
CountersPlugin.ts Fix error when using an unknown counter from Automod 2021-04-11 13:44:48 +03:00
types.ts counters: move triggers to counters plugin; architectural tweaks 2021-04-02 16:36:45 +03:00