diff --git a/plugins/counter.go b/plugins/counter.go index 0a87bd0..8582424 100644 --- a/plugins/counter.go +++ b/plugins/counter.go @@ -140,7 +140,7 @@ func (p *CounterPlugin) update(subject, itemName string, delta int) Item { item = Item{ Nick: subject, Item: itemName, - Count: 1, + Count: delta, } p.Coll.Insert(item) } else {