====== S2C Packet 5.2: Channel User Switch ====== Informs the client that they are being moved to a different channel. ===== Format ===== ^ Index ^ Type ^ Description ^ | 0 | ''%%5%%'' | Channel User Event packet ID | | 1 | ''%%1%%'' | Channel User Switch packet ID | | 2 | [[sockchat:types#channel_name|channel name]] | Name of the channel the client is being moved to | ===== Examples ===== Client is being moved to Staff channel: 5\t2\tStaff ===== See Also ===== * [[sockchat:s2c:channel-user-add|S2C Packet 5.0: Channel User Add]] - User has joined the channel. * [[sockchat:s2c:channel-user-remove|S2C Packet 5.1: Channel User Remove]] - User has left the channel.