Add SASL flag for IRC servers #2

Yhdistetty
raucao yhdistetty 1 committia lähteestä chore/add_sasl_flag kohteeseen master 2022-02-08 04:03:30 +00:00

Näytä tiedosto

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