Add world_ru

This commit is contained in:
2024-12-08 11:40:18 +01:00
parent 7775380ce6
commit 717403ecac

View File

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