Pretty-print MOTD

This commit is contained in:
Simon Ser 2021-05-28 10:46:32 +02:00
parent 8123ff3844
commit e080e87cb7
3 changed files with 7 additions and 1 deletions

View file

@ -17,6 +17,8 @@ export const RPL_TOPICWHOTIME = "333";
export const RPL_WHOREPLY = "352";
export const RPL_NAMREPLY = "353";
export const RPL_ENDOFNAMES = "366";
export const RPL_MOTD = "372";
export const RPL_MOTDSTART = "375";
export const RPL_ENDOFMOTD = "376";
export const ERR_NOSUCHNICK = "401";
export const ERR_NOMOTD = "422";