Advertisement
Guest User

Untitled

a guest
Apr 25th, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. # Config File for IRCTransport
  2. # See the website for more information
  3. verbose: false
  4. suppress:
  5. initial_userlist: false
  6. initial_topic: false
  7. server:
  8. address: eu.chat4all.org
  9. port: 6667
  10. ssl:
  11. enabled: false
  12. trust: false
  13. nicksize: 16
  14. default:
  15. prefix: IRC
  16. channels:
  17. - channel: '#Sabre'
  18. messages:
  19. chat-irc: '&3${NICK}: &f${MESSAGE}'
  20. quit: '&3${NICK} &fleft'
  21. private: '&2${NICK}&f to you: &f${MESSAGE}'
  22. part: '&3${NICK} &fleft'
  23. rename: '&3${OLDNICK} &fis now &3${NEWNICK}'
  24. kick: '&3${NICK} &ckicked by &3${OP}: &${REASON}'
  25. join: '&3${NICK} &fjoined &b${CHANNEL}'
  26. list: 'On &9[&b${CHANNEL}&9]: &3${LIST}'
  27. topic: '&3Topic: &f${TOPIC}'
  28. action: '* &3${NICK} &a${ACTION}'
  29. translations:
  30. hit the ground too hard: hit the ground
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement