Add Agent
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user