====== S2C Packet 4.1: Channel Update ====== Informs the client that a channel has been updated. ===== Format ===== ^ Index ^ Type ^ Description ^ | 0 | ''%%4%%'' | Channel List Event packet ID | | 1 | ''%%1%%'' | Channel Update packet ID | | 2 | [[sockchat:types#channel_name|channel name]] | Previous name of the updated channel | | 3 | [[sockchat:types#channel_name|channel name]] | New name of the updated channel | | 4 | [[sockchat:types#bool|bool]] | Whether the channel is password protected | | 5 | [[sockchat:types#bool|bool]] | Whether the channel is set to expire | ===== Examples ===== A channel named Splatoon that was previously marked as temporary is being updated to be permanent: 4\t1\tSplatoon\tSplatoon\t0\t0 Temporary channel Discussion-Topic-Here is updated to be called ARCHIVED_Discussion-Topic-Here: 4\t1\tDiscussion-Topic-Here\tARCHIVED_Discussion-Topic-Here\t0\t1 ===== 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:password|/password]] - Sets a password on a channel. * [[sockchat:commands:rank|/rank]] - Adjusts the required minimum rank to join a channel.