Add ru agent

This commit is contained in:
2025-01-09 21:59:20 +01:00
parent 3d26680ba0
commit 3f1315ac9b
3 changed files with 9 additions and 6 deletions

View File

@@ -9,6 +9,7 @@ local channels = {
{ name = "Horde", password = "garrosh" },
{ name = "world_ru", password = nil },
{ name = "Agent", password = "agents42" },
{ name = "AgentRU", password = "42agents" },
}
---@type string
---@type string[]
@@ -121,9 +122,11 @@ end
local function Configure()
JoinChannels()
FindOrCreateChatFrame("Auto", subscribedMessageGroups, subscribedChannels)
FindOrCreateChatFrame("world_ru", {}, { "world_ru" })
-- FindOrCreateChatFrame("Horde", {}, { "Horde" })
--FindOrCreateChatFrame("Auto", subscribedMessageGroups, subscribedChannels)
--FindOrCreateChatFrame("world_ru", {}, { "world_ru" })
FindOrCreateChatFrame("Horde", {}, { "Horde" })
FindOrCreateChatFrame("AgentRU", {}, { "AgentRU" })
FindOrCreateChatFrame("Agent", {}, { "Agent" })
-- FindOrCreateChatFrame("Agent", {}, { "Agent" })
Privjet("Horde")
C_Timer.After(1, function()