Add world_ru
This commit is contained in:
@@ -7,7 +7,8 @@ local debug = false
|
||||
---@type Channel[]
|
||||
local channels = {
|
||||
{ name = "Agent", password = "agents42" },
|
||||
{ name = "Horde", password = "garrosh" }
|
||||
{ name = "Horde", password = "garrosh" },
|
||||
{ name = "world_ru", password = nil }
|
||||
}
|
||||
---@type string
|
||||
---@type string[]
|
||||
@@ -108,6 +109,7 @@ end
|
||||
local function Configure()
|
||||
JoinChannels()
|
||||
FindOrCreateChatFrame("Auto", subscribedMessageGroups, subscribedChannels)
|
||||
FindOrCreateChatFrame("world_ru", {}, { "world_ru" })
|
||||
-- FindOrCreateChatFrame("Agent", {}, { "Agent" })
|
||||
-- FindOrCreateChatFrame("Horde", {}, { "Horde" })
|
||||
end
|
||||
|
Reference in New Issue
Block a user