Add SASL flag for IRC servers

This commit is contained in:
Basti 2022-02-07 22:02:34 -06:00
parent 0a0e59bc4c
commit c7f73bc76b
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ const Kosmos = function(privateClient/*, publicClient*/) {
},
"secure": {
"type": "boolean"
},
"sasl": {
"type": "boolean"
}
}
},