···37373838 The following optional fields are available:
39394040+ - *port*: uint16 (default=6697 (tls) or 6667), port to use for
4141+ connection
4042 - *tls*: boolean (default=true), when true, use an encrypted connection
41434244*comlink.log*
+1
docs/comlink.lua
···1313---@field password string Password for server
1414---@field real_name string Real name of user
1515---@field tls? boolean Whether to encrypt connections
1616+---@field port? number Optional port to use for server connection. Defaults to 6697 for TLS connections and 6667 for plaintext connections
16171718---A connection to a server
1819---