Handle RPL_WELCOME
This commit is contained in:
parent
8b35d40702
commit
a8e876843b
2 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,5 @@
|
|||
const RPL_WELCOME = "001";
|
||||
|
||||
function parsePrefix(s) {
|
||||
var prefix = {
|
||||
name: null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue