Dragory
7fc86d34e9
Tweak counter reset logic
2021-05-03 20:42:43 +03:00
Dragory
647c2eb85a
Fix !counters reset_all not also removing triggers
2021-05-03 20:41:39 +03:00
Dragory
a568e86d78
Add commands to list and reset counters
2021-05-03 19:33:30 +03:00
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
Dragory
c26ab2977f
Attempt another fix for counter decay deadlocks
2021-04-14 00:19:39 +03:00
Dragory
c03e7240b4
Attempt to fix occasional deadlock in counter decays
2021-04-13 23:35:19 +03:00
Dragory
ab8ea2e7e5
counters: move triggers to counters plugin; architectural tweaks
2021-04-02 16:36:45 +03:00
Dragory
0c27795fd9
Fix trigger checks matching across different counters
2021-02-14 17:12:47 +02:00
Dragory
91fde47c97
counters: add !counter view command
2021-02-13 22:08:38 +02:00
Dragory
e549303b1d
counters: fix numbers over 9 not being accepted in conditions
2021-02-13 21:31:02 +02:00
Dragory
a93db7f417
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
c3407e2d5d
Counters v0.9
...
Includes automod trigger/action. No user-facing commands yet.
2021-02-13 17:29:10 +02:00