Add support for TOPIC messages
This commit is contained in:
parent
e7a0274172
commit
9a3409e970
2 changed files with 27 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
const RPL_WELCOME = "001";
|
||||
const RPL_TOPIC = "332";
|
||||
const ERR_PASSWDMISMATCH = "464";
|
||||
|
||||
function parsePrefix(s) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue