presence: Declare RPL_METADATACHG.

This commit is contained in:
William Pitcock 2009-06-02 02:32:07 -05:00
parent a917e9baf3
commit 489f4799c8
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_METADATACHG 792
#define RPL_WHOISMETADATA 793 #define RPL_WHOISMETADATA 793
#define RPL_LOGGEDIN 900 #define RPL_LOGGEDIN 900

View File

@ -813,7 +813,7 @@ static const char * replies[] = {
/* 789 */ NULL, /* 789 */ NULL,
/* 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 RPL_METADATACHG */ "%s %s :%s",
/* 793 RPL_WHOISMETADATA */ "%s %s :%s", /* 793 RPL_WHOISMETADATA */ "%s %s :%s",
/* 794 */ NULL, /* 794 */ NULL,
/* 795 */ NULL, /* 795 */ NULL,