Guest User

Untitled

a guest
Oct 4th, 2018
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. prefix = !
  2. root = /home/gdanko/bot2
  3. salt = xxxxxxxx
  4. session_timeout = 7200
  5. <networks>
  6. <freenode1>
  7. server = irc.freenode.org
  8. port = 6667
  9. channels = \#gdanko1
  10. plugins = AOKP,Core,Support,Extras,Modes
  11. nick = gdankobot
  12. ircname = SwagBot
  13. username = SwagBot
  14. nickserv_pass = xxxxxxxx
  15. </freenode1>
  16. </networks>
  17.  
  18. <database>
  19. database = bot.db
  20. <tables>
  21. users = users
  22. devices = devices
  23. commands = commands
  24. command_settings = command_settings
  25. links = links
  26. seen = seen
  27. autoop = autoop
  28. </tables>
  29. </database>
Add Comment
Please, Sign In to add comment