From c7f73bc76b7e7cf2f2c2c3c5afab94644b0ac8f7 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Mon, 7 Feb 2022 22:02:34 -0600 Subject: [PATCH] Add SASL flag for IRC servers --- index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.js b/index.js index bb1594e..4ee2f17 100644 --- a/index.js +++ b/index.js @@ -35,6 +35,9 @@ const Kosmos = function(privateClient/*, publicClient*/) { }, "secure": { "type": "boolean" + }, + "sasl": { + "type": "boolean" } } },