Advertisement
Guest User

Untitled

a guest
May 21st, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.88 KB | None | 0 0
  1. ---
  2. autojoin:
  3.   '#bucket': 1
  4.   '#xkcd': 1
  5.   '#bots': 1
  6. db_dsn: DBI:mysql:database=dbname;host=db.example.com
  7. db_password: SekritAwesome
  8. db_username: DBUsername
  9. password: NickservPassword
  10. logfile: /path/to/log/file
  11. logchannel: #logChannel
  12. control_channel: #InviteOnlyChannel
  13. main_channel: #xkcd
  14. nick: bucketClone
  15. bucketlog: /path/to/external/log
  16. timeout: 60
  17. server: irc.example.com
  18. ignore:
  19.   billygoat: 1
  20.   flyingferret: 1
  21.  
  22. /*How it should be*/
  23. ---
  24. autojoin:
  25.   '#bucket': 1
  26.   '#xkcd': 1
  27.   '#bots': 1
  28. db_dsn: DBI:mysql:database=bucket;host=localhost
  29. db_password: SekritAwesome
  30. db_username: DBUsername
  31. password: NickservPassword
  32. logfile: /path/to/log/file
  33. logchannel: #logChannel
  34. control_channel: #InviteOnlyChannel
  35. main_channel: #xkcd
  36. nick: bucketClone
  37. bucketlog: /path/to/external/log
  38. timeout: 60
  39. server: irc.example.com
  40. ignore:
  41.   billygoat: 1
  42.   flyingferret: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement