Advertisement
priMELval

noot noot macro

Oct 24th, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. // Paste into chat filter
  2.  
  3. IFMATCHES(%CHAT%,not);
  4. MATCH(%CHAT%,(.*),{&chat})
  5. REPLACE(&chat,note,noot)
  6. REPLACE(&chat,noting,nooting)
  7. LOG(%&chat%)
  8. FILTER()
  9. ENDIF();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement