This was missing from the docs.
---
docs/comlink.lua | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/comlink.lua b/docs/comlink.lua
index 61c036f..0513dc6 100644
--- a/docs/comlink.lua+++ b/docs/comlink.lua
@@ -12,6 +12,7 @@ local comlink = {}
---@field nick string Nick to use when connecting via SASL to IRC
---@field password string Password for server
---@field real_name string Real name of user
+---@field tls boolean Whether to encrypt connections---Set connection configuration
--