Skip to main content

room.rights_list_remove

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

Overview

  • ID: 1327
  • Header: ROOM_RIGHTS_LIST_REMOVE
  • Direction: Server to Client (s2c)
  • Realm: Room
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Notify that a user was removed from the rights list

Payload fields

FieldTypeRequiredDescription
roomIdint32requiredID of the room.
userIdint32requiredUser ID of the former rights holder.

Behavior

Sender

Sent to all room occupants when a user's room rights are revoked.

Receiver

The client removes the user from the rights list and hides their rights indicator. Confirmed in GLADIATOR.

Notes

  • No additional notes