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

Added 'membercount' command (protocol)

This commit is contained in:
Tristan B. Kildaire 2020-09-29 14:29:51 +02:00
parent 5ef44b3d9b
commit 411e15d53d

View File

@ -120,6 +120,24 @@ Request format:
Reply format *TODO* 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` ### `chanprop`