공격대 채팅에 공격대장이 디스코드 주소를 넣으면 복사(Ctrl+c)를 할 수 있도록 도와주는 매크로입니다.

공격대 초대 되면 바로 사용하세요.

/run ChatFrame_AddMessageEventFilter("CHAT_MSG_RAID_LEADER",function(s,e,m)local u,b=m:find("://discord"),ChatFrame1EditBox;if u then b:Show()b:SetText("/s "..m)b:HighlightText()b:SetFocus()print("▒ 복사: Ctrl + c")return false end end)