12345678910111213141516 |
- {
- "irc": {
- "host": "irc.example.com",
- "port": 6667,
- "ssl": false,
- "nick": "chromebot",
- "channels": ["#testchannel"]
- },
- "tempdir": "/path/to/tmp",
- "destdir": "/path/to/warc",
- "process_limit": 1
- "blacklist": {
- "^https?://(.+\\.)?local(host)?/": "Not acceptable"
- },
- "need_voice": false
- }
|