aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-04-12 00:52:10 +0100
committerGravatar Sadie Powell2022-04-12 00:52:10 +0100
commitfa8c035373a7c20a2f533ec565acd385fef2c7c9 (patch)
treeb12f69b93c3ce4b13435a231dfbbcb2af80f1d97 /include
parentFix using notices instead of the appropriate numerics in rmode. (diff)
Use ERR_UNAVAILRESOURCE for things that should be retried later.
Also move it to the global numerics header to avoid duplication.
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 db2cd2e77..ee2c3399d 100644
--- a/include/numerics.h
+++ b/include/numerics.h
@@ -118,6 +118,7 @@ enum
ERR_NONICKNAMEGIVEN = 431,
ERR_ERRONEUSNICKNAME = 432,
ERR_NICKNAMEINUSE = 433,
+ ERR_UNAVAILRESOURCE = 437, // From RFC 2182.
ERR_USERNOTINCHANNEL = 441,
ERR_NOTONCHANNEL = 442,
ERR_USERONCHANNEL = 443,