Code format
This commit is contained in:
@@ -6,10 +6,10 @@ local debug = false
|
|||||||
|
|
||||||
---@type Channel[]
|
---@type Channel[]
|
||||||
local ourchannels = {
|
local ourchannels = {
|
||||||
{ name = "Horde", password = "durotaner" },
|
{ name = "Horde", password = "durotaner" },
|
||||||
{ name = "world_ru", password = nil },
|
{ name = "world_ru", password = nil },
|
||||||
{ name = "Agent", password = "agents42" },
|
{ name = "Agent", password = "agents42" },
|
||||||
{ name = "AgentRU", password = "42agents" },
|
{ name = "AgentRU", password = "42agents" },
|
||||||
{ name = "EssenceAgent", password = nil },
|
{ name = "EssenceAgent", password = nil },
|
||||||
}
|
}
|
||||||
---@type string
|
---@type string
|
||||||
@@ -125,11 +125,8 @@ local function Configure()
|
|||||||
JoinChannels(ourchannels)
|
JoinChannels(ourchannels)
|
||||||
FindOrCreateChatFrame("Auto", subscribedMessageGroups, subscribedChannels)
|
FindOrCreateChatFrame("Auto", subscribedMessageGroups, subscribedChannels)
|
||||||
FindOrCreateChatFrame("world_ru", {}, { "world_ru" })
|
FindOrCreateChatFrame("world_ru", {}, { "world_ru" })
|
||||||
-- FindOrCreateChatFrame("Horde", {}, { "Horde" })
|
|
||||||
FindOrCreateChatFrame("AgentRU", {}, { "AgentRU" })
|
FindOrCreateChatFrame("AgentRU", {}, { "AgentRU" })
|
||||||
-- FindOrCreateChatFrame("Agent", {}, { "Agent" })
|
|
||||||
-- FindOrCreateChatFrame("Agent", {}, { "Agent" })
|
|
||||||
Privjet("Horde")
|
|
||||||
C_Timer.After(1, function() Privjet("Agent") end)
|
C_Timer.After(1, function() Privjet("Agent") end)
|
||||||
|
|
||||||
for i = 1, NUM_CHAT_WINDOWS do
|
for i = 1, NUM_CHAT_WINDOWS do
|
||||||
|
Reference in New Issue
Block a user