mirror of https://github.com/deavminet/dnetd.git
Added 'membercount' command (protocol)
This commit is contained in:
parent
5ef44b3d9b
commit
411e15d53d
18
protocol.md
18
protocol.md
|
@ -120,6 +120,24 @@ Request format:
|
|||
|
||||
Reply format *TODO*
|
||||
|
||||
|
||||
### `membercount`
|
||||
|
||||
Request format:
|
||||
|
||||
```
|
||||
|-- 8 --|-- channel --|
|
||||
```
|
||||
|
||||
* `type`, `0` - to user, `1` to channel
|
||||
|
||||
Reply format *TODO*
|
||||
|
||||
```
|
||||
|-- status (1 byte) --|-- member count (4 bytes - big endian) --|
|
||||
```
|
||||
|
||||
|
||||
### `chanprop`
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue