Compare commits

...

3 Commits

Author SHA1 Message Date
3f1315ac9b Add ru agent 2025-01-09 21:59:20 +01:00
3d26680ba0 Also set up font size 2025-01-02 11:45:35 +01:00
d48e5d60c9 Add meta 2025-01-02 11:45:30 +01:00
4 changed files with 15 additions and 4 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "Meta"]
path = Meta
url = https://git.site.quack-lab.dev/dave/wow_Meta

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,14 +122,20 @@ end
local function Configure()
JoinChannels()
-- FindOrCreateChatFrame("Auto", subscribedMessageGroups, subscribedChannels)
-- FindOrCreateChatFrame("world_ru", {}, { "world_ru" })
--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()
Privjet("Agent")
end)
for i = 1, NUM_CHAT_WINDOWS do
SetChatWindowSize(i, 14)
end
end
local frame = CreateFrame("Frame")

BIN
Channeler.zip LFS

Binary file not shown.

1
Meta Submodule

Submodule Meta added at ef958d6385