Add support for TOPIC messages

This commit is contained in:
Simon Ser
2020-06-10 19:24:03 +02:00
parent e7a0274172
commit 9a3409e970
2 changed files with 27 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
const RPL_WELCOME = "001";
const RPL_TOPIC = "332";
const ERR_PASSWDMISMATCH = "464";
function parsePrefix(s) {