erebot/ratelimiter-module

Erebot module to limit the rate at which the bot sends messages

0.2.1 2019-01-06 20:49 UTC

This package is not auto-updated.

Last update: 2024-04-07 02:21:49 UTC


README

Controls the rate of outgoing messages

This modules implements a simple rate-limiting strategy for outgoing
IRC messages. It is used by connections to determine whether they can
continue to send messages or if they should delay that operation
instead.

This module only needs to be active on connections that must be
throttled and provides two options to decide how many messages may
be sent to a connection per time period.