Add SASL flag for IRC servers

This commit is contained in:
2022-02-07 22:02:34 -06:00
parent 0a0e59bc4c
commit c7f73bc76b

View File

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