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[]
local channels = {
{ name = "Horde", password = "garrosh" },
{ name = "world_ru", password = nil }
{ name = "world_ru", password = nil },
{ name = "Agent", password = "agents42" },
}
---@type string
---@type string[]
@@ -110,6 +111,7 @@ local function Configure()
JoinChannels()
FindOrCreateChatFrame("Auto", subscribedMessageGroups, {})
FindOrCreateChatFrame("Horde", {}, { "Horde" })
FindOrCreateChatFrame("Agent", {}, { "Agent" })
end
local frame = CreateFrame("Frame")