Advertisement
Guest User

Untitled

a guest
Nov 21st, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. module.exports = {
  2. who: {
  3. nickname: 'CibbyB',
  4. username: 'cibby',
  5. realname: 'I AM A REAL HUMAN'
  6. },
  7.  
  8. server: {
  9. host: 'freeirc.nl',
  10. port: 6667,
  11. join: [
  12. '#KatarinaDevelopment'
  13. ],
  14. theBoss: 'Koelkast!Koelkast@x'
  15. },
  16.  
  17. ai: {
  18. dateThreshold: 5 // days
  19. },
  20.  
  21. mongo: {
  22. connstr: 'localhost:27017/cibbydb'
  23. },
  24.  
  25. commands: {
  26. prefix:"!"
  27. },
  28.  
  29. ignoreList: ["BrendaBot","Koelkast"]
  30. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement