Add ru agent
This commit is contained in:
@@ -9,6 +9,7 @@ local channels = {
|
|||||||
{ name = "Horde", password = "garrosh" },
|
{ name = "Horde", password = "garrosh" },
|
||||||
{ name = "world_ru", password = nil },
|
{ name = "world_ru", password = nil },
|
||||||
{ name = "Agent", password = "agents42" },
|
{ name = "Agent", password = "agents42" },
|
||||||
|
{ name = "AgentRU", password = "42agents" },
|
||||||
}
|
}
|
||||||
---@type string
|
---@type string
|
||||||
---@type string[]
|
---@type string[]
|
||||||
@@ -121,9 +122,11 @@ end
|
|||||||
|
|
||||||
local function Configure()
|
local function Configure()
|
||||||
JoinChannels()
|
JoinChannels()
|
||||||
FindOrCreateChatFrame("Auto", subscribedMessageGroups, subscribedChannels)
|
--FindOrCreateChatFrame("Auto", subscribedMessageGroups, subscribedChannels)
|
||||||
FindOrCreateChatFrame("world_ru", {}, { "world_ru" })
|
--FindOrCreateChatFrame("world_ru", {}, { "world_ru" })
|
||||||
-- FindOrCreateChatFrame("Horde", {}, { "Horde" })
|
FindOrCreateChatFrame("Horde", {}, { "Horde" })
|
||||||
|
FindOrCreateChatFrame("AgentRU", {}, { "AgentRU" })
|
||||||
|
FindOrCreateChatFrame("Agent", {}, { "Agent" })
|
||||||
-- FindOrCreateChatFrame("Agent", {}, { "Agent" })
|
-- FindOrCreateChatFrame("Agent", {}, { "Agent" })
|
||||||
Privjet("Horde")
|
Privjet("Horde")
|
||||||
C_Timer.After(1, function()
|
C_Timer.After(1, function()
|
||||||
|
BIN
Channeler.zip
(Stored with Git LFS)
BIN
Channeler.zip
(Stored with Git LFS)
Binary file not shown.
2
Meta
2
Meta
Submodule Meta updated: 7e275c572b...ef958d6385
Reference in New Issue
Block a user