Throttle whispers to 5/s
This commit is contained in:
8
FreshShit/StinkyDetector/event2.lua
Normal file
8
FreshShit/StinkyDetector/event2.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
-- TICKER_200
|
||||
function()
|
||||
local whisper = aura_env.whisperQueue[1]
|
||||
if whisper == nil then return end
|
||||
SendChatMessage(whisper.msg, "WHISPER", nil, whisper.to)
|
||||
print(string.format("Whispering %s, %d remaining in queue", whisper.to, #aura_env.whisperQueue))
|
||||
table.remove(aura_env.whisperQueue, 1)
|
||||
end
|
||||
Reference in New Issue
Block a user