Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local spam = {
- "^|cffff0000%[BG Queue Announcer%]:|r",
- }
- ChatFrame_AddMessageEventFilter("CHAT_MSG_SYSTEM",function(self,event,msg)
- for i = 1,#spam do
- if msg:match(spam[i]) then
- return true
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment