mirror of
https://github.com/matrix-construct/construct
synced 2024-11-03 12:28:52 +01:00
presence: Declare RPL_WHOISMETADATA.
This commit is contained in:
parent
8f2d1ccf7f
commit
727bca6269
2 changed files with 2 additions and 1 deletions
|
@ -361,6 +361,7 @@ extern const char *form_str(int);
|
|||
|
||||
#define RPL_METADATASET 790
|
||||
#define RPL_METADATAREM 791
|
||||
#define RPL_WHOISMETADATA 793
|
||||
|
||||
#define RPL_LOGGEDIN 900
|
||||
#define RPL_LOGGEDOUT 901
|
||||
|
|
|
@ -814,7 +814,7 @@ static const char * replies[] = {
|
|||
/* 790 RPL_METADATASET */ "%s :Metadata set",
|
||||
/* 791 RPL_METADATAREM */ "%s :Metadata removed",
|
||||
/* 792 */ NULL,
|
||||
/* 793 */ NULL,
|
||||
/* 793 RPL_WHOISMETADATA */ "%s %s :%s",
|
||||
/* 794 */ NULL,
|
||||
/* 795 */ NULL,
|
||||
/* 796 */ NULL,
|
||||
|
|
Loading…
Reference in a new issue