Advertisement
Guest User

Untitled

a guest
Jan 12th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. bots:
  2. - host: localhost
  3. name: Pixel
  4. nick: Pixel
  5. endpoints:
  6. - name: Chat
  7. type: mc-chat
  8. - name: Join
  9. type: mc-join
  10. - name: Quit
  11. type: mc-quit
  12. - name: IRC
  13. type: irc
  14. extra:
  15. bot: Pixel
  16. channel: “#global”
  17. links:
  18. - source: Chat
  19. target: IRC
  20. filters:
  21. - color
  22. - type: antihighlight
  23. splitter: " "
  24. variable: SENDER_NAME
  25. - type: datamapper
  26. message: "<%SENDER_NAME%> %MESSAGE_TEXT%"
  27. - nobutts
  28. - source: IRC
  29. target: Chat
  30. filters:
  31. - color
  32. - type: datamapper
  33. message: "[IRC] <%SENDER_NAME%> %MESSAGE_TEXT%"
  34. - source: Join
  35. target: IRC
  36. - source: Quit
  37. target: IRC
  38. repeatable-filters:
  39. nobutts:
  40. type: regex
  41. value: MESSAGE_TEXT
  42. pattern: butts
  43. action: drop
  44. colorize:
  45. type: color
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement