pybotrc 522 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "__pybot_conf":{
  3. "db_type": "sqlite"
  4. },
  5. "zero9f9.com": {
  6. "channels": [
  7. "#bots"
  8. ],
  9. "port":"6667",
  10. "nick": "testohai",
  11. "ircpass": "password",
  12. "owner": "hlmtre",
  13. "dbusername": "pybot",
  14. "dbpass": "password",
  15. "dbname": "pybot"
  16. },
  17. "network2": {
  18. "channels": [
  19. "#somechannel"
  20. ],
  21. "port":"6667",
  22. "nick": "othernick",
  23. "ircpass": "otherpass",
  24. "owner": "hlmtre",
  25. "dbusername": "pybot",
  26. "dbpass": "password",
  27. "dbname": "pybot"
  28. }
  29. }