sockchat:s2c:channel-add
This is an old revision of the document!
Table of Contents
S2C Packet 4.0: Channel Add
Informs the client that a channel has been created.
Format
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 |
Examples
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
See Also
- /create - Creates a channel.
- Channel Update - A channel is updated.
- Channel Remove - A channel is removed.
sockchat/s2c/channel-add.1744586314.txt.gz · Last modified: 2025/04/13 23:18 by flash