Add support for TOPIC messages

This commit is contained in:
Simon Ser 2020-06-10 19:24:03 +02:00
parent e7a0274172
commit 9a3409e970
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 27 additions and 1 deletions

View file

@ -1,4 +1,5 @@
const RPL_WELCOME = "001";
const RPL_TOPIC = "332";
const ERR_PASSWDMISMATCH = "464";
function parsePrefix(s) {