Advertisement
Guest User

Untitled

a guest
May 9th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. ---
  2. # Welcome to the Dream config file.
  3. # It's released under the GNU GPL v3
  4. # Before we begin:
  5. # * Required stuff *must* be edited
  6. # * Change the optional stuff if you want, it's not required
  7. # * Don't touch the core stuff unless you really know what you're doing
  8.  
  9. # Required stuff
  10. username: Shraps-Bot
  11. password: ab234
  12. owner: shrapnelhunter
  13. trigger: "Þ"
  14. homeroom: Botdom
  15.  
  16. # Optional stuff
  17. nocmd: Sorry, {from}, but {cmd} doesn't exist.
  18. disabledcmd: Sorry, {from}, but {cmd} is currently disabled.
  19. noprivs: Sorry, {from}, but you don't have sufficient privileges to access {cmd}.
  20. logging: true # True by default, you can put false if on an old machiune, or have limited disk space.
  21. colors: true # Only put true if on unix or you have the win32console rubygem installed on windows.
  22.  
  23. # Core stuff
  24. network:
  25. server: chat.deviantart.com
  26. port: 3900
  27. authtoken: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement