chromebot.json 325 B

12345678910111213141516
  1. {
  2. "irc": {
  3. "host": "irc.example.com",
  4. "port": 6667,
  5. "ssl": false,
  6. "nick": "chromebot",
  7. "channels": ["#testchannel"]
  8. },
  9. "tempdir": "/path/to/tmp",
  10. "destdir": "/path/to/warc",
  11. "process_limit": 1
  12. "blacklist": {
  13. "^https?://(.+\\.)?local(host)?/": "Not acceptable"
  14. },
  15. "need_voice": false
  16. }