3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-21 00:35:02 +00:00
Commit graph

11 commits

Author SHA1 Message Date
Dragory
ed10b8753e Fix !counters reset_all not also removing triggers 2021-05-03 20:41:39 +03:00
Dragory
2c732d970f Add commands to list and reset counters 2021-05-03 19:33:30 +03:00
Dragory
2ba7e63546 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
Dragory
a05b1f7bb8 Attempt another fix for counter decay deadlocks 2021-04-14 00:19:39 +03:00
Dragory
0ea736a10d Attempt to fix occasional deadlock in counter decays 2021-04-13 23:35:19 +03:00
Dragory
f8d393fad2 counters: move triggers to counters plugin; architectural tweaks 2021-04-02 16:36:45 +03:00
Dragory
2b6f70e16b Fix trigger checks matching across different counters 2021-02-14 17:12:47 +02:00
Dragory
464bc86102 counters: add !counter view command 2021-02-13 22:08:38 +02:00
Dragory
8a891e31f1 counters: fix numbers over 9 not being accepted in conditions 2021-02-13 21:31:02 +02:00
Dragory
d6dd2124e0 counters: make decay accurate over time, even if it's sometimes rounded; don't apply decay of 0 2021-02-13 17:43:23 +02:00
Dragory
c78b2b7d8e Counters v0.9
Includes automod trigger/action. No user-facing commands yet.
2021-02-13 17:29:10 +02:00