Complain to the client when it sends a line that is too long.
[ircu2.10.12-pk.git] / ircd / s_err.c
index a7c0236fe0bc404237d551a07d1e9e0ae94deee9..b86224f901c28690ca3cd1d6c10434da80ddda8c 100644 (file)
@@ -866,7 +866,7 @@ static Numeric replyTable[] = {
 /* 416 */
   { ERR_QUERYTOOLONG, "%s :Too many lines in the output, restrict your query", "416" },
 /* 417 */
-  { 0 },
+  { ERR_INPUTTOOLONG, ":Input line was too long", "417" },
 /* 418 */
   { 0 },
 /* 419 */