Skip to content

Creating Modifying a channel

Youx edited this page Sep 13, 2010 · 1 revision

Creating a channel

Client : create a channel (0xf0bec900)

The packet is fairly identical to a channel

Size Format Description
* Channel data Contains a channel structure (see Channel list)
* \0 terminated string Channel password

Server : Channel created (0xf0be6e00)

Deleting a channel

Client : delete a channel (0xf0bed100)

Size Format Description
4 bytes 32 bit unsigned integer Channel to be deleted

Server : channel deleted (0xf0be7300)

Size Format Description
2 bytes 16 bit integer ??? [0b 00]
4 bytes 32 bit unsigned integer Channel that was deleted

Server : channel could not be deleted (not empty) (0xf0be93ff)

Size Format Description
2 bytes 16 bit integer ??? [d1 00] <— command of function that failed
4 bytes 32 bit unsigned integer Channel to be deleted