mirror of https://github.com/deavminet/dnetd.git
Updated protocol
This commit is contained in:
parent
59d4dd1f25
commit
95978f8637
10
protocol.md
10
protocol.md
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in New Issue