From 61225fa14fe0c8335cbfec7a9764cfc3f31936bc Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 25 Feb 2021 06:47:34 +0000 Subject: Allow a statusmsg to have multiple statuses and pick the lowest. This is pretty much useless but other implementations support it so we have to also support it for compatibility. --- include/numerics.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/numerics.h b/include/numerics.h index 98abf2bbe..a50b7c518 100644 --- a/include/numerics.h +++ b/include/numerics.h @@ -114,6 +114,7 @@ enum ERR_TOOMANYCHANNELS = 405, ERR_WASNOSUCHNICK = 406, ERR_NOSUCHSERVICE = 408, // From RFC 2812. + ERR_NORECIPIENT = 411, ERR_NOTEXTTOSEND = 412, ERR_UNKNOWNCOMMAND = 421, ERR_NOMOTD = 422, -- cgit v1.2.3