You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this case, by "rate limiting", I assume you refer to the flood protection mechanism.
The @sopel.module.rate() decorator and sopel.module.NOLIMIT return value affect command rate-limiting—how often a given user can trigger a specific bot command/function. They do not affect the flood-protection, which is designed to keep Sopel from being kicked off networks for posting lines too fast.
At present, flood protection is not configurable (#1342).
I have read a few issues here about rate limiting, some say fork, some say add @Rate(600) some say return sopel.module.NOLIMIT
however, I can not get any of those solutions to work yet, I haven't forked yet, but thats what is next if need be
Any ideas on how I can prevent the rate limit?
The text was updated successfully, but these errors were encountered: