====== S2C Packet 4.2: Channel Remove ====== Informs the client that a channel has been removed. ===== Format ===== ^ Index ^ Type ^ Description ^ | 0 | ''%%4%%'' | Channel List Event packet ID | | 1 | ''%%2%%'' | Channel Update packet ID | | 2 | [[sockchat:types#channel_name|channel name]] | Name of the channel that is being deleted | ===== Examples ===== A channel named Playpen has been deleted: 4\t2\tPlaypen ===== See Also ===== * [[sockchat:s2c:channel-add|S2C Packet 4.0: Channel Add]] - A channel is created. * [[sockchat:s2c:channel-update|S2C Packet 4.1: Channel Update]] - A channel is removed. * [[sockchat:commands:delchan|/delchan]] - Deletes a channel. * [[sockchat:commands:delete|/delete]] - Deletes a channel (or message).