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