diff --git a/Channeler.lua b/Channeler.lua index b3256dd..46b324b 100644 --- a/Channeler.lua +++ b/Channeler.lua @@ -6,10 +6,11 @@ local debug = false ---@type Channel[] local channels = { - { name = "Horde", password = "garrosh" }, - { name = "world_ru", password = nil }, - { name = "Agent", password = "agents42" }, - { name = "AgentRU", password = "42agents" }, + { name = "Horde", password = "garrosh" }, + { name = "world_ru", password = nil }, + { name = "Agent", password = "agents42" }, + { name = "AgentRU", password = "42agents" }, + { name = "EssenceAgent", password = nil }, } ---@type string ---@type string[] @@ -122,11 +123,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" }) -- FindOrCreateChatFrame("Agent", {}, { "Agent" }) Privjet("Horde") C_Timer.After(1, function()