CommandType

- Added `MEMBERSHIP_LIST_REP`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-11-17 23:16:13 +02:00
parent 6d7f12b79a
commit 0b4f1cbdf9
1 changed files with 12 additions and 0 deletions

View File

@ -162,6 +162,18 @@ public enum CommandType
*/
MEMBERSHIP_LIST,
/**
* Membership (list)
* reply
*
* List all the members
* of a given channel
*
* (Server reply with
* results)
*/
MEMBERSHIP_LIST_REP,
/**
* Membership (leave)
*