From a9ed6694a9ffd2cad9f6f6b7be11855c002abf6d Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Sat, 5 Oct 2024 01:39:40 +0200 Subject: [PATCH] Update tonotify with chad characters --- FreshShit/StinkyDetector/init.lua | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/FreshShit/StinkyDetector/init.lua b/FreshShit/StinkyDetector/init.lua index f85fb38..0fc1f62 100644 --- a/FreshShit/StinkyDetector/init.lua +++ b/FreshShit/StinkyDetector/init.lua @@ -16,13 +16,8 @@ WeakAurasSaved.Cyka.Stinkies = { ["Totleta"] = true, } -local toNotify = {"Succpotato"} --- Extazyk --- Smokefire --- Smokemantra --- Хихихантер --- Муркот --- Растафаркрай +local toNotify = { "Succpotato", "Extazyk", "Smokefire", "Smokemantra", "Хихихантер", "Муркот", "Растафаркрай" } +-- local toNotify = { "Succpotato" } aura_env.whisperQueue = {} aura_env.alliancettl = 120 @@ -55,7 +50,7 @@ aura_env.RegisterKill = function(source, destination, spellName, overkill) end for k, v in pairs(toNotify) do -- SendChatMessage(msg, "WHISPER", nil, v) - table.insert(aura_env.whisperQueue, {to=v, msg=msg}) + table.insert(aura_env.whisperQueue, { to = v, msg = msg }) end recentlyKilled[source] = GetTime() end @@ -71,7 +66,7 @@ aura_env.StinkyDetected = function(name) for k, v in pairs(toNotify) do local msg = string.format("%s в Оргриммаре!", name) -- 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 aura_env.localStinkies[name] = GetTime()