Railgun

if it ain't broke, we'll break it

User Tools

Site Tools


sockchat:s2c:forced-disconnect
You were redirected here from sockchat:s2c:packet-9.

S2C Packet 9: Forced Disconnect

Informs the client that the connection is about to be closed.

Format

Index Type Description
0 9 Forced Disconnect packet ID
1 bool If the client has to wait until it can connect again.
2 timestamp Timestamp at which the client can reattempt connection. Only present if the boolean at index 1 is true. If this value is equal to -1, a permanent ban is in effect.

Examples

The client has been kicked but is able to reconnect immediately:

9\t0

The client has been banned and must wait until Sunday, 13 April 2025 22:56:22 GMT to reconnect:

9\t1\t1744584982

The client has been permanently banned:

9\t1\t-1

See Also

  • /ban - One command that causes this packet to be sent to another user.
  • /kick - Another command that causes this packet to be sent to another user.
sockchat/s2c/forced-disconnect.txt · Last modified: 2025/04/13 22:58 by flash