Vixen
c7401864
csharp
public sealed class ChatFilters.Blocked

Refuses a direct message between two people one of whom has blocked the other.

Read the guide page for this →

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 Name

    What it is called, in a report.

Methods (1)

Used by (2)

  • ChatFilterTestsVixen.Gameplay.Chat.Tests
  • ChatRouterTestsVixen.Gameplay.Chat.Tests