Guest User

Untitled

a guest
Nov 25th, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. prefix = !
  2. salt =
  3. session_timeout = 7200
  4. default_user_pw = changeme
  5. <networks>
  6. <freenode>
  7. server_name = irc.freenode.net
  8. server_pass =
  9. port = 6667
  10. channels = \#gdanko2
  11. nick = gdankobot
  12. ircname = SwagBot
  13. username = SwagBot
  14. uses_nickserv = true
  15. nickserv_pass =
  16. ssl = false
  17. </freenode>
  18. </networks>
  19.  
  20. <database>
  21. database = bot.db
  22. <tables>
  23. users = users1
  24. devices = devices
  25. commands = commands
  26. command_settings = command_settings
  27. links = links
  28. seen = seen
  29. autoop = autoop
  30. </tables>
  31. </database>
  32.  
  33. # For API keys and such
  34. <keys>
  35. <worldweatheronline>
  36. key =
  37. </worldweatheronline>
  38. <rottentomatoes>
  39. key =
  40. </rottentomatoes>
  41. </keys>
Add Comment
Please, Sign In to add comment