Compare commits
3 Commits
a10adf5cd4
...
agent
| Author | SHA1 | Date | |
|---|---|---|---|
| 3f1315ac9b | |||
| 3d26680ba0 | |||
| d48e5d60c9 |
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[submodule "Meta"]
|
||||
path = Meta
|
||||
url = https://git.site.quack-lab.dev/dave/wow_Meta
|
||||
@@ -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
BIN
Channeler.zip
LFS
Binary file not shown.
1
Meta
Submodule
1
Meta
Submodule
Submodule Meta added at ef958d6385
Reference in New Issue
Block a user