Guest User

Untitled

a guest
Nov 11th, 2019
432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. local spam = {
  2.     "^|cffff0000%[BG Queue Announcer%]:|r",
  3. }
  4. ChatFrame_AddMessageEventFilter("CHAT_MSG_SYSTEM",function(self,event,msg)
  5.     for i = 1,#spam do
  6.         if msg:match(spam[i]) then
  7.             return true
  8.         end
  9.     end
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment