Informs the client that a channel has been created.
| Index | Type | Description |
|---|---|---|
| 0 | 4 | Channel List Event packet ID |
| 1 | 0 | Channel Add packet ID |
| 2 | channel name | Name of the newly created channel |
| 3 | bool | Whether the channel is password protected |
| 4 | bool | Whether the channel is set to expire |
A permanent, public channel with name Splatoon has been created:
4\t0\tSplatoon\t0\t0
A temporary, public channel with name Discussion-Topic-Here has been created:
4\t0\tDiscussion-Topic-Here\t0\t1
A temporary, password protected channel with name SECRET_COOL_CLUB has been created:
4\t0\tSECRET_COOL_CLUB\t1\t1