工会频道打999,自动进队宏
335版本适用,60未测试
/run K,F="999",F or CreateFrame("Frame")F:RegisterEvent("CHAT_MSG_GUILD")if I then print("已关闭") I=nil else print("已开启,KeyWord="..K)I=function(_,_,m,s)if m==K then InviteUnit(s)end end end F:SetScript("OnEvent",I)
有帮助?