]> jfr.im git - solanum.git/commitdiff
Add ERR_MLOCKRESTRICTED (735) to reflect bounces caused by MLOCK.
authorWilliam Pitcock <redacted>
Mon, 23 Aug 2010 23:59:32 +0000 (18:59 -0500)
committerWilliam Pitcock <redacted>
Mon, 23 Aug 2010 23:59:32 +0000 (18:59 -0500)
include/numeric.h
src/messages.tab

index 65a6cee33437c85d18c2687ed4fa0860983b1bd8..f89015c64db2d2893edfeb05e1d50c039a5262cb 100644 (file)
@@ -361,6 +361,8 @@ extern const char *form_str(int);
 #define RPL_ENDOFMONLIST       733
 #define ERR_MONLISTFULL                734
 
+#define ERR_MLOCKRESTRICTED    735
+
 #define RPL_RSACHALLENGE2       740
 #define RPL_ENDOFRSACHALLENGE2  741
 
index 7e3f50fbebcaff9e670af031e52894f044287751..0660e6c069761576413dfffd5c2b348171ddd7c6 100644 (file)
@@ -756,7 +756,7 @@ static  const char *  replies[] = {
 /* 732 RPL_MONLIST */          ":%s 732 %s :%s",
 /* 733 RPL_ENDOFMONLIST */     ":%s 733 %s :End of MONITOR list",
 /* 734 ERR_MONLISTFULL */      ":%s 734 %s %d %s :Monitor list is full",
-/* 735 */      NULL,
+/* 735 ERR_MLOCKRESTRICTED */  "%s %c :This mode cannot be set because it is restricted to Services only.",
 /* 736 */      NULL,
 /* 737 */      NULL,
 /* 738 */      NULL,