]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
presence: Declare RPL_METADATACHG.
authorWilliam Pitcock <redacted>
Tue, 2 Jun 2009 07:32:07 +0000 (02:32 -0500)
committerWilliam Pitcock <redacted>
Tue, 2 Jun 2009 07:32:07 +0000 (02:32 -0500)
include/numeric.h
src/messages.tab

index 5b8f38e7d7f061eceb5c91bd2910d56bfe825869..8ff4d96dcf6857d4383a6c7128216a4115c0fd1a 100644 (file)
@@ -361,6 +361,7 @@ extern const char *form_str(int);
 
 #define RPL_METADATASET                790
 #define RPL_METADATAREM                791
+#define RPL_METADATACHG                792
 #define RPL_WHOISMETADATA      793
 
 #define RPL_LOGGEDIN           900
index e5ed60786df7f401d2bdaf1c473c771a18ae1157..7ce3dba01b86bed7c749380015491cbeed98611b 100644 (file)
@@ -813,7 +813,7 @@ static  const char *  replies[] = {
 /* 789 */      NULL,
 /* 790 RPL_METADATASET */      "%s :Metadata set",
 /* 791 RPL_METADATAREM */      "%s :Metadata removed",
-/* 792 */      NULL,
+/* 792 RPL_METADATACHG */      "%s %s :%s",
 /* 793 RPL_WHOISMETADATA */    "%s %s :%s",
 /* 794 */      NULL,
 /* 795 */      NULL,