lindenkron
OG
Anyone have the name of the addon/command that allows you to whisper everyone on your friendlist?
Thanks,
Best regards,
Thanks,
Best regards,
/run for x=1,GetNumFriends() do a,b,c,d,e,f,g=GetFriendInfo(x); if (e and string.match(tostring(g), "f2p")) then SendChatMessage("[to F2PTWINK] - "..ChatFrame1EditBox:GetText(), "WHISPER",nil,a); end end; ChatFrame1EditBox:SetText("");
lindenkron said:If one were to just send messages to everyone on friendlist because everyone is f2p, how would one go about removing the note requirement? I tried but can't get it to work. Thanks.
Edit: just tried the original and nothing happens when I press it instead of enter... *ponders*
iaccidentallytwink said:Just remove the if condition.
if (e and string.match(tostring(g), "f2p"))
if (e)
"..ChatFrame1EditBox:GetText(), "WHISPER",nil,f); end end; ChatFrame1EditBox:SetText("");