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