BanchoRatelimiter

Undocumented in source.

Members

Functions

load
void load()
Undocumented in source. Be warned that the author may not have intended to support it.
peekBase
bool peekBase(string channel)
Undocumented in source. Be warned that the author may not have intended to support it.
peekInstant
bool peekInstant(string channel)
Undocumented in source. Be warned that the author may not have intended to support it.
putWait
void putWait(string channel, bool put)
Undocumented in source. Be warned that the author may not have intended to support it.
putWaitNothrow
bool putWaitNothrow(string channel, bool put)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

privateLimit
ChatRatelimiter!(privateMax, privateTime) privateLimit;
Undocumented in source.
publicLimit
ChatRatelimiter!(publicMax, publicTime) publicLimit;
Undocumented in source.

Meta