Updated protocol

This commit is contained in:
Tristan B. Kildaire 2020-09-24 13:28:17 +02:00
parent 59d4dd1f25
commit 95978f8637
1 changed files with 10 additions and 0 deletions

View File

@ -93,5 +93,15 @@ Reply format:
|-- status (1 byte) --|-- channelnames(CSV) --|
```
### `msg`
Request format:
```
|-- 7 --|-- type (1 byte) --|-- channel/person name (null terminated) --|-- message --|
```
* `type`, `0` - to user, `1` to channel
### `chanprop`