WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Help/Support (https://www.wowinterface.com/forums/forumdisplay.php?f=3)
-   -   Question about auto replying to whispers (https://www.wowinterface.com/forums/showthread.php?t=59810)

atshn 03-02-24 02:22 AM

Question about auto replying to whispers
 
Tested this out before my sub ran out. It auto replies the way I want it to, but I got to thinking about whisper spam. For example, player 1 whispers me and gets my auto reply. Then moments later another player whispers me and gets my auto reply. Will player 1 get an auto reply from me every time someone new whispers me with this code? I'm hoping that's not the case and that it will only auto reply to the last person that sent me a whisper. I hope that makes sense.

Code:

local EventFrame=CreateFrame("Frame")
EventFrame:RegisterEvent("CHAT_MSG_WHISPER")
EventFrame:SetScript("OnEvent",function(self,event,msg,sender,...)
   
    SendChatMessage("AUTO REPLY MESSAGE HERE","WHISPER",nil,sender)
 
  end)


Fizzlemizz 03-02-24 09:38 AM

Quote:

Originally Posted by atshn (Post 343479)
I'm hoping that's not the case and that it will only auto reply to the last person that sent me a whisper.

Then you should be fine as it's only (based on code shown) replying to sender

atshn 03-02-24 12:01 PM

Thank you!


All times are GMT -6. The time now is 07:22 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI