From 67215adc97f70b86300833ce891b47ba8fadd92c Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 18 Feb 2021 04:10:14 +0000 Subject: Fix the numeric sent when a U-lined alias target is not online. --- include/numerics.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/numerics.h b/include/numerics.h index a34d9b1e1..98abf2bbe 100644 --- a/include/numerics.h +++ b/include/numerics.h @@ -113,6 +113,7 @@ enum ERR_CANNOTSENDTOCHAN = 404, ERR_TOOMANYCHANNELS = 405, ERR_WASNOSUCHNICK = 406, + ERR_NOSUCHSERVICE = 408, // From RFC 2812. ERR_NOTEXTTOSEND = 412, ERR_UNKNOWNCOMMAND = 421, ERR_NOMOTD = 422, -- cgit v1.2.3