thorpedosg

5sWEG4PD

Aug 6th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. local+MyFilterAddon+%3D+CreateFrame%27Frame%27%0A%0Alocal+function+myChatFilter%28self%2Cevent%2Carg1%2C...%29%0A++if+arg1%3Afind%28%22%D0%92%D1%8B%D0%BD%D0%BE%D1%81%D0%BB%D0%B8%D0%B2%D0%BE%D1%81%D1%82%D1%8C%22%29+then%0A++++return+false%2C+gsub%28arg1%2C+%22%D0%92%D1%8B%D0%BD%D0%BE%D1%81%D0%BB%D0%B8%D0%B2%D0%BE%D1%81%D1%82%D1%8C%22%2C+%22123%22%29%2C+...%0A++end%0A++--+if+arg1%3Afind%28%22green%22%29+then%0A++++--+return+false%2C+gsub%28arg1%2C+%22green%22%2C+%22blue%22%29%2C+...%0A++--+end%0Aend%0A%0Afunction+MyFilterAddon%3APLAYER_LOGIN%28%29%0A++ChatFrame_AddMessageEventFilter%28%22CHAT_MSG_CHANNEL%22%2C+myChatFilter%29%0A++ChatFrame_AddMessageEventFilter%28%22CHAT_MSG_SAY%22%2C+myChatFilter%29%0A++ChatFrame_AddMessageEventFilter%28%22CHAT_MSG_YELL%22%2C+myChatFilter%29%0A++ChatFrame_AddMessageEventFilter%28%22CHAT_MSG_WHISPER%22%2C+myChatFilter%29%0Aend%0AMyFilterAddon%3ARegisterEvent%27PLAYER_LOGIN%27%0A%0AMyFilterAddon%3ASetScript%28%27OnEvent%27%2C+function%28self%2C+event%2C+...%29%0A++return+self%5Bevent%5D%28self%2C+event+%29%0Aend%29
Add Comment
Please, Sign In to add comment