Move things into factories and implement reconnecting

This commit is contained in:
2018-02-03 19:03:47 +00:00
parent cd8c61cdc6
commit 88426be62a
2 changed files with 72 additions and 38 deletions

View File

@@ -21,6 +21,10 @@
"protocol": null,
"bind": null,
"timeout": 30,
"maxdelay": 5,
"initialdelay": 1,
"factor": 2,
"jitter": 5,
"nickname": null,
"username": null,
"realname": null,
@@ -33,8 +37,7 @@
"password": null,
"authentity": "NickServ",
"key": "key.pem",
"certificate": "cert.pem",
"enabled": true
"certificate": "cert.pem"
},
"Master": [null, null]
}