IRC.NET


IrcStandardFloodPreventer

Defined in IrcDotNet.dll.
Represents a flood protector that throttles data sent by the client according to the standard rules implemented by modern IRC servers.

Instance members

Instance memberDescription
CounterPeriod
Signature: int64
Gets the number of milliseconds between each decrement of the message counter.
MaxMessageBurst
Signature: int
Gets the maximum message number of messages that can be sent in a burst.
Fork me on GitHub