Rework throttle code
Brought to you by:
evanchooly
Tell and Karma had duplicated code and that bothers me.
This patch creates a Throttler class and ThrottleItem interface and reworks Tell and Karma to use the new classes.
Result is easier to read and easier to use if throttling is to be used in more operations.
the patch