You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-20 07:26:18 +00:00
feat(communication): housekeeping force-disconnect-user composer
OutgoingHeader 9106 HousekeepingForceDisconnectUserComposer carrying (userId, reason). Reuses HousekeepingActionResultEvent for the ack.
This commit is contained in:
@@ -530,4 +530,5 @@ export class OutgoingHeader
|
||||
public static HOUSEKEEPING_UNBAN_USER = 9103;
|
||||
public static HOUSEKEEPING_MUTE_USER = 9104;
|
||||
public static HOUSEKEEPING_KICK_USER = 9105;
|
||||
public static HOUSEKEEPING_FORCE_DISCONNECT_USER = 9106;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user