components/buffer: pretty-print RPL_CHANNELMODEIS and RPL_CREATIONTIME

This commit is contained in:
Simon Ser 2021-10-06 12:12:49 +02:00
parent 19ee5553f6
commit 4577f0a27f
2 changed files with 8 additions and 1 deletions

View file

@ -13,7 +13,6 @@ export const RPL_ENDOFWHOIS = "318";
export const RPL_WHOISCHANNELS = "319";
export const RPL_ENDOFWHO = "315";
export const RPL_CHANNELMODEIS = "324";
export const RPL_CREATIONTIME = "329";
export const RPL_NOTOPIC = "331";
export const RPL_TOPIC = "332";
export const RPL_TOPICWHOTIME = "333";
@ -42,6 +41,7 @@ export const ERR_YOUREBANNEDCREEP = "465";
// RFC 2812
export const ERR_UNAVAILRESOURCE = "437";
// Other
export const RPL_CREATIONTIME = "329";
export const RPL_QUIETLIST = "728";
export const RPL_ENDOFQUIETLIST = "729";
// IRCv3 MONITOR: https://ircv3.net/specs/extensions/monitor