CommandType

- Added `MEMBERSHIP_JOIN_REP`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-11-18 12:27:40 +02:00
parent 5f0b271a91
commit c6640f5010
1 changed files with 11 additions and 0 deletions

View File

@ -154,6 +154,17 @@ public enum CommandType
*/
MEMBERSHIP_JOIN,
/**
* Membership (join)
*
* Request to join a given
* channel
*
* (Server reply with
* results)
*/
MEMBERSHIP_JOIN_REP,
/**
* Membership (list)
*