Skip to main content

moderation.call_for_help

Generated from spec/protocol.yaml. Do not edit by hand.

Overview

  • ID: 1691
  • Header: CALL_FOR_HELP
  • Direction: Client to Server (c2s)
  • Realm: Moderation & Safety
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Submit a call-for-help report

Payload fields

FieldTypeRequiredDescription
messagestringrequiredThe user-written report description.
topicIndexint32requiredIndex of the selected help topic category.
reportedUserIdint32requiredUser identifier of the player being reported.
reportedRoomIdint32requiredRoom identifier where the incident occurred.
chatEntrieslist<string>requiredChat evidence as length-prefixed alternating pairs: each pair consists of a pattern identifier (string) followed by the message text (string). The list count is half the raw entry count.

Behavior

Sender

The client sends this when a user files a report against another user from the help menu. It includes the report message, the selected topic, the reported user and room identifiers, and the relevant chat entries.

Receiver

The server creates a new moderation issue, stores the chat evidence, and queues it for moderator review. The server responds with a CFH result message to confirm submission.

Notes

  • No additional notes