Advertisement
Deimos161

CraftIRC Config

Jul 9th, 2015
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.74 KB | None | 0 0
  1. bots:
  2.   - host: localhost
  3.     name: Empyrean_ENV
  4.     nick: #Empyrean_ENV
  5. endpoints:
  6.   - name: Game
  7.     type: minecraft
  8.   - name: IRC
  9.     type: irc
  10.     extra:
  11.       bot: ENV-Bot
  12.       channel: "#Empyrean"
  13. links:
  14.   - source: Game
  15.     target: IRC
  16.     filters:
  17.      - color
  18.       - type: antihighlight
  19.         splitter: " "
  20.         variable: SENDER_NAME
  21.       - type: datamapper
  22.         message: "<%SENDER_NAME%> %MESSAGE_TEXT%"
  23.       - nobutts
  24.   - source: IRC
  25.     target: Game
  26.     filters:
  27.      - color
  28.       - type: datamapper
  29.         message: "[IRC] <%SENDER_NAME%> %MESSAGE_TEXT%"
  30. repeatable-filters:
  31.   nobutts:
  32.     type: regex
  33.     value: MESSAGE_TEXT
  34.     pattern: butts
  35.     action: drop
  36.   colorize:
  37.     type: color
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement