]> jfr.im git - irc/blitzed-org/charybdis.git/commitdiff
numeric: reserve RPL_SASLMECHS (908)
authorWilliam Pitcock <redacted>
Tue, 21 Feb 2012 15:15:15 +0000 (09:15 -0600)
committerWilliam Pitcock <redacted>
Tue, 21 Feb 2012 15:15:15 +0000 (09:15 -0600)
include/numeric.h
src/messages.tab

index 8ec528cb7e33e059d2376a74b2dee8f822d9dc93..99d402f9b354b1e04b87f3190ccf64e35aa76e93 100644 (file)
@@ -380,6 +380,7 @@ extern const char *form_str(int);
 #define ERR_SASLTOOLONG                905
 #define ERR_SASLABORTED                906
 #define ERR_SASLALREADY                907
+#define RPL_SASLMECHS          908
 
 #define ERR_LAST_ERR_MSG     999
 
index 0843292d35c7607101a5f3bb7a7d3f0b309192c6..c269771a47957d1eaf5f476283c77273073a524a 100644 (file)
@@ -933,7 +933,7 @@ static  const char *  replies[] = {
 /* 905 ERR_SASLTOOLONG */      ":%s 905 %s :SASL message too long",
 /* 906 ERR_SASLABORTED */      ":%s 906 %s :SASL authentication aborted",
 /* 907 ERR_SASLALREADY */      ":%s 907 %s :You have already completed SASL authentication",
-/* 908 */      NULL,
+/* 908 RPL_SASLMECHS */                ":%s 908 %s %s :are available SASL mechanisms",
 /* 909 */      NULL,
 /* 910 */      NULL,
 /* 911 */      NULL,