BanchoBot.ratelimit

Manually wait until you can send a message again in a given channel.

  1. void ratelimit(string channel, bool put)
    class BanchoBot
    void
    ratelimit
    (
    string channel
    ,
    bool put
    )
  2. bool ratelimitNothrow(string channel, bool put)

Parameters

channel string

The channel where a message would be sent (starting with #) or a username.

put bool

if false, the time won't get written to the ratelimit and it will just be waited for it.

Meta