pybotrc 283 B

123456789101112131415161718
  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. }