1
0
mirror of https://github.com/deavminet/dnetd synced 2024-09-21 09:43:37 +02:00

Updated protocol

This commit is contained in:
Tristan B. Kildaire 2020-09-24 13:28:17 +02:00
parent 59d4dd1f25
commit 95978f8637

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`