Update tonotify with chad characters
This commit is contained in:
@@ -16,13 +16,8 @@ WeakAurasSaved.Cyka.Stinkies = {
|
|||||||
|
|
||||||
["Totleta"] = true,
|
["Totleta"] = true,
|
||||||
}
|
}
|
||||||
local toNotify = {"Succpotato"}
|
local toNotify = { "Succpotato", "Extazyk", "Smokefire", "Smokemantra", "Хихихантер", "Муркот", "Растафаркрай" }
|
||||||
-- Extazyk
|
-- local toNotify = { "Succpotato" }
|
||||||
-- Smokefire
|
|
||||||
-- Smokemantra
|
|
||||||
-- Хихихантер
|
|
||||||
-- Муркот
|
|
||||||
-- Растафаркрай
|
|
||||||
aura_env.whisperQueue = {}
|
aura_env.whisperQueue = {}
|
||||||
|
|
||||||
aura_env.alliancettl = 120
|
aura_env.alliancettl = 120
|
||||||
@@ -55,7 +50,7 @@ aura_env.RegisterKill = function(source, destination, spellName, overkill)
|
|||||||
end
|
end
|
||||||
for k, v in pairs(toNotify) do
|
for k, v in pairs(toNotify) do
|
||||||
-- SendChatMessage(msg, "WHISPER", nil, v)
|
-- SendChatMessage(msg, "WHISPER", nil, v)
|
||||||
table.insert(aura_env.whisperQueue, {to=v, msg=msg})
|
table.insert(aura_env.whisperQueue, { to = v, msg = msg })
|
||||||
end
|
end
|
||||||
recentlyKilled[source] = GetTime()
|
recentlyKilled[source] = GetTime()
|
||||||
end
|
end
|
||||||
@@ -71,7 +66,7 @@ aura_env.StinkyDetected = function(name)
|
|||||||
for k, v in pairs(toNotify) do
|
for k, v in pairs(toNotify) do
|
||||||
local msg = string.format("%s в Оргриммаре!", name)
|
local msg = string.format("%s в Оргриммаре!", name)
|
||||||
-- SendChatMessage(msg, "WHISPER", nil, v)
|
-- SendChatMessage(msg, "WHISPER", nil, v)
|
||||||
table.insert(aura_env.whisperQueue, {to=v, msg=msg})
|
table.insert(aura_env.whisperQueue, { to = v, msg = msg })
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
aura_env.localStinkies[name] = GetTime()
|
aura_env.localStinkies[name] = GetTime()
|
||||||
|
|||||||
Reference in New Issue
Block a user