summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2021-02-25 06:47:34 +0000
committerSadie Powell <sadie@witchery.services>2021-02-25 06:47:34 +0000
commit61225fa14fe0c8335cbfec7a9764cfc3f31936bc (patch)
tree418806aa12a092e2ccb86ba43a20db24b87dba7e /include
parent5860247c3bf664daac1234f47f68ed30402fe13d (diff)
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.
Diffstat (limited to 'include')
-rw-r--r--include/numerics.h1
1 files changed, 1 insertions, 0 deletions
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,