erebot / ratelimiter-module
Erebot 模块,用于限制机器人发送消息的频率
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-09-22 04:22: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.