====== S2C Packet 5.1: Channel User Remove ====== Informs the client that a user has left the channel. Please note that this only occurs if the user uses [[sockchat:commands:join|/join]] to move to another channel. If the connection is closed any other way, [[sockchat:s2c:user-remove|S2C Packet 3: User Remove]] will be issued instead. ===== Format ===== ^ Index ^ Type ^ Description ^ | 0 | ''%%5%%'' | Channel User Event packet ID | | 1 | ''%%1%%'' | Channel User Remove packet ID | | 2 | [[sockchat:types#string|string]] | ID of the user that left the channel | | 3 | [[sockchat:types#string|string]] | Message ID associated with this event | ===== Examples ===== User with ID 5 has left the current channel: 5\t1\t5\t39989785974685 ===== See Also ===== * [[sockchat:s2c:channel-user-add|S2C Packet 5.0: Channel User Add]] - User has joined the channel. * [[sockchat:s2c:channel-user-switch|S2C Packet 5.2: Channel User Switch]] - Client is being switched.