Skip to main content

room.unban_user

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

Overview

  • ID: 992
  • Header: ROOM_BAN_REMOVE
  • Direction: Client to Server (c2s)
  • Realm: Room
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Remove a ban from a user in the room

Payload fields

FieldTypeRequiredDescription
userIdint32requiredID of the user to unban.
roomIdint32requiredID of the room.

Behavior

Sender

Sent by the room owner to lift a previously imposed ban.

Receiver

The server removes the ban record for the user in the room. Confirmed in GLADIATOR.

Notes

  • No additional notes