diff options
author | Sadie Powell <sadie@witchery.services> | 2021-02-18 04:10:14 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-02-18 04:10:14 +0000 |
commit | 67215adc97f70b86300833ce891b47ba8fadd92c (patch) | |
tree | d0c595f076dc3de3c5a4e45b9844f56673ef0b48 /include | |
parent | fa0256cc807bbc6ee825d2cea2ec1adde6913fe3 (diff) |
Fix the numeric sent when a U-lined alias target is not online.
Diffstat (limited to 'include')
-rw-r--r-- | include/numerics.h | 1 |
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, |