presence: Declare RPL_WHOISMETADATA.

This commit is contained in:
William Pitcock 2009-06-02 02:19:37 -05:00
parent 8f2d1ccf7f
commit 727bca6269
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_METADATAREM 791
#define RPL_WHOISMETADATA 793
#define RPL_LOGGEDIN 900
#define RPL_LOGGEDOUT 901

View file

@ -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,