csharp
public sealed class ChatFilters.RateLimitRefuses a message from somebody who has said too much too fast.
Fields and properties (1)
public string NameWhat it is called, in a report.
Methods (2)
public RateLimit(ChatRateLimiter limiter)Makes one over a limiter.
public ChatVerdict Apply(ChatDraft draft, IChatContext context)Judges a message, and may rewrite it.
Used by (1)
- ChatFilterTestsVixen.Gameplay.Chat.Tests