add RPL_CREATIONTIME

Signed-off-by: Liam Stanley <me@liamstanley.io>
This commit is contained in:
Liam Stanley 2022-03-21 16:19:03 -04:00
parent 147f0ff775
commit b5af8a2128
No known key found for this signature in database
GPG Key ID: 16DB886FBE5ABAC2

@ -347,4 +347,5 @@ const (
RPL_LOCALUSERS = "265" // aircd/hybrid/bahamut, used on freenode.
RPL_TOPICWHOTIME = "333" // ircu, used on freenode.
RPL_WHOSPCRPL = "354" // ircu, used on networks with WHOX support.
RPL_CREATIONTIME = "329"
)