summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2021-02-18 04:10:14 +0000
committerSadie Powell <sadie@witchery.services>2021-02-18 04:10:14 +0000
commit67215adc97f70b86300833ce891b47ba8fadd92c (patch)
treed0c595f076dc3de3c5a4e45b9844f56673ef0b48 /include
parentfa0256cc807bbc6ee825d2cea2ec1adde6913fe3 (diff)
Fix the numeric sent when a U-lined alias target is not online.
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 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,