Handle ERR_PASSWDMISMATCH
This commit is contained in:
parent
a08fdeea8f
commit
cb04f42fe7
2 changed files with 9 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
const RPL_WELCOME = "001";
|
||||
const ERR_PASSWDMISMATCH = "464";
|
||||
|
||||
function parsePrefix(s) {
|
||||
var prefix = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue