aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Sadie Powell2025-02-05 11:21:34 +0000
committerGravatar Sadie Powell2025-02-05 12:02:38 +0000
commitec57c7545db209f26a31852d64a854824198372f (patch)
treec9d0caf76c3f4fc12de7656f1354fc46a72d3b1c /include
parentImprove the time format in TIME. (diff)
Move RPL_TIME to the numeric header, unify TIME and ALLTIME.
Diffstat (limited to 'include')
-rw-r--r--include/numeric.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/numeric.h b/include/numeric.h
index fad86e316..78d7cd7b6 100644
--- a/include/numeric.h
+++ b/include/numeric.h
@@ -32,6 +32,7 @@ enum
RPL_VERSION = 351,
RPL_LINKS = 364,
RPL_ENDOFLINKS = 365,
+ RPL_TIME = 391,
ERR_NOSUCHNICK = 401,
ERR_NOSUCHCHANNEL = 403,
ERR_NORECIPIENT = 411,