Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2016
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. bots:
  2. - host: localhost
  3. name: Pix
  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: Pix
  16. channel: "#global"
  17. links:
  18. - source: Chat
  19. target: IRC
  20. filters:
  21. - colorize
  22. - type: datamapper
  23. message: "<%SENDER_NAME%> %MESSAGE_TEXT%"
  24. - source: IRC
  25. target: Chat
  26. filters:
  27. - colorize
  28. - type: datamapper
  29. message: "[%SENDER_NAME%] %MESSAGE_TEXT%"
  30. - source: Join
  31. target: IRC
  32. - source: Quit
  33. target: IRC
  34. repeatable-filters:
  35. nobutts:
  36. type: regex
  37. value: MESSAGE_TEXT
  38. pattern: butts
  39. action: drop
  40. colorize:
  41. type: color
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement