presence: Declare RPL_WHOISMETADATA.

This commit is contained in:
William Pitcock 2009-06-02 02:19:37 -05:00
parent fa2a410abe
commit 727a98a669
2 changed files with 2 additions and 1 deletions

View File

@ -361,6 +361,7 @@ extern const char *form_str(int);
#define RPL_METADATASET 790 #define RPL_METADATASET 790
#define RPL_METADATAREM 791 #define RPL_METADATAREM 791
#define RPL_WHOISMETADATA 793
#define RPL_LOGGEDIN 900 #define RPL_LOGGEDIN 900
#define RPL_LOGGEDOUT 901 #define RPL_LOGGEDOUT 901

View File

@ -814,7 +814,7 @@ static const char * replies[] = {
/* 790 RPL_METADATASET */ "%s :Metadata set", /* 790 RPL_METADATASET */ "%s :Metadata set",
/* 791 RPL_METADATAREM */ "%s :Metadata removed", /* 791 RPL_METADATAREM */ "%s :Metadata removed",
/* 792 */ NULL, /* 792 */ NULL,
/* 793 */ NULL, /* 793 RPL_WHOISMETADATA */ "%s %s :%s",
/* 794 */ NULL, /* 794 */ NULL,
/* 795 */ NULL, /* 795 */ NULL,
/* 796 */ NULL, /* 796 */ NULL,