csharp
public sealed class ChatFilters.BlockedRefuses a direct message between two people one of whom has blocked the other.
Remarks
⚠ Only the direct channels, because a block is not a mute. Blocking somebody must not stop them talking in a zone everybody else can hear — that is a moderator's job, not a player's — and the fan-out filter for the rest is ChatRouter's, which drops the blocked recipient rather than the message.
Fields and properties (1)
public string NameWhat it is called, in a report.
Methods (1)
public ChatVerdict Apply(ChatDraft draft, IChatContext context)Judges a message, and may rewrite it.
Used by (2)
- ChatFilterTestsVixen.Gameplay.Chat.Tests
- ChatRouterTestsVixen.Gameplay.Chat.Tests