Add Agent

This commit is contained in:
2024-12-27 17:17:33 +01:00
parent 1c7c6f8305
commit 53b91805c5

View File

@@ -7,7 +7,8 @@ local debug = false
---@type Channel[] ---@type Channel[]
local channels = { local channels = {
{ name = "Horde", password = "garrosh" }, { name = "Horde", password = "garrosh" },
{ name = "world_ru", password = nil } { name = "world_ru", password = nil },
{ name = "Agent", password = "agents42" },
} }
---@type string ---@type string
---@type string[] ---@type string[]
@@ -110,6 +111,7 @@ local function Configure()
JoinChannels() JoinChannels()
FindOrCreateChatFrame("Auto", subscribedMessageGroups, {}) FindOrCreateChatFrame("Auto", subscribedMessageGroups, {})
FindOrCreateChatFrame("Horde", {}, { "Horde" }) FindOrCreateChatFrame("Horde", {}, { "Horde" })
FindOrCreateChatFrame("Agent", {}, { "Agent" })
end end
local frame = CreateFrame("Frame") local frame = CreateFrame("Frame")