erebot / ratelimiter-module
Erebot module to limit the rate at which the bot sends messages
0.2.1
2019-01-06 20:49 UTC
Requires
- php: >=7.0
- erebot/api: ^0.9.0
Requires (Dev)
- erebot/buildenv: ^1.5.0
- erebot/testenv: ^2.0.0
This package is not auto-updated.
Last update: 2024-11-03 04:57:24 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.