Advertisement
aoa2003

Untitled

May 6th, 2011
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. craftIRC:
  2. game-to-IRC:
  3. - dcstaff
  4. IRC-to-game:
  5. - dcstaff
  6.  
  7.  
  8. events:
  9. #### Turn different types of messages on and off here. cancelled-chat only exists in the global scope; The remaining
  10. #### events can be redefined in the bot or channel scopes (within an events: block). In irc-to-irc, the source
  11. #### channel controls the events.
  12. game-to-irc:
  13. # If you use other chat plugins, you probably want to set cancelled-chat: true
  14. cancelled-chat: false
  15. all-chat: false
  16. joins: true
  17. quits: true
  18. kicks: false
  19. bans: false
  20. irc-to-game:
  21. all-chat: false
  22. joins: false
  23. parts: false
  24. quits: false
  25. kicks: false
  26. nicks: false
  27. irc-to-irc:
  28. all-chat: false
  29. joins: false
  30. parts: false
  31. quits: false
  32. kicks: false
  33. nicks: false
  34.  
  35. #Tags allow you to target messages to all the channels within a scope. The global scope contains all channels.
  36. tag: 'global'
  37.  
  38.  
  39. bots:
  40.  
  41. #Tags allow you to target messages to all the channels within a scope.
  42. tag: 'global'
  43.  
  44. channels:
  45. #This tag targets only this channel.
  46. tag: 'dcfire'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement