LeftyBC / weebullet

Weechat script to push notifications to Pushbullet
BSD 2-Clause "Simplified" License
28 stars 14 forks source link

Add ability to batch notifications on rapid-fire messages #2

Open LeftyBC opened 10 years ago

LeftyBC commented 10 years ago

If someone sends X messages within X seconds, they should be batched into a single notification. This avoids notification storms.

halkeye commented 10 years ago

I think I figured out a way to do this easily, I just don't know what the messages should look like when batched.

Just newline separated? batch up to 30 seconds?

LeftyBC commented 10 years ago

Yeah, I think newline separated would be find.

As for the time - 30 seconds is probably a reasonable default, and possibly a configurable?