twitchspeaks

election2016: Duck & Walnut mode via Word Replacer II plugin

Nov 4th, 2016
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. {
  2. "version": "2.0.10",
  3. "replacements": [
  4. {
  5. "active": true,
  6. "case": "Maintain",
  7. "repA": "/((hillary *)?(rodham *)?clinton|hillary)/i",
  8. "repB": "Walnut",
  9. "type": "RegEx"
  10. },
  11. {
  12. "active": true,
  13. "case": "Maintain",
  14. "repA": "/(bernie *)?sanders/i",
  15. "repB": "Spider",
  16. "type": "RegEx"
  17. },
  18. {
  19. "active": true,
  20. "case": "Maintain",
  21. "repA": "/(donald *(j(\\.|ohn)? *)?)?trump/i",
  22. "repB": "Duck",
  23. "type": "RegEx"
  24. }
  25. ]
  26. }
Advertisement
Add Comment
Please, Sign In to add comment