draft/metadata-2: client METADATA get/list/set/clear on users+channels (op-gated), change notices, metadata batch
This commit is contained in:
parent
c641e23a81
commit
5a34ec57da
4 changed files with 167 additions and 1 deletions
|
|
@ -99,6 +99,8 @@ pub const RPL_NOTOPIC: u16 = 331;
|
|||
pub const RPL_TOPIC: u16 = 332;
|
||||
pub const RPL_WHOREPLY: u16 = 352;
|
||||
pub const RPL_WHOSPCRPL: u16 = 354; // WHOX: field-selected WHO reply
|
||||
pub const RPL_KEYVALUE: u16 = 761; // draft/metadata-2: <target> <key> <vis> :<value>
|
||||
pub const RPL_KEYNOTSET: u16 = 766; // draft/metadata-2: key not set
|
||||
pub const RPL_NAMREPLY: u16 = 353;
|
||||
pub const RPL_ENDOFNAMES: u16 = 366;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue