···2727---@return string name Name of the connection
2828function conn.name() end
29293030+---Joins a channel
3131+---
3232+---@param channel string Name of the channel to join
3333+function conn.join(channel) end
3434+3035---Set connection configuration
3136---
3237---@param cfg ConnectionConfiguration