From 668cc5e10c7097d51ba4e4fcae02f55d89283923 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 27 Jan 2019 11:18:16 +0100 Subject: irc: Switch configuration to JSON --- contrib/chromebot.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 contrib/chromebot.json (limited to 'contrib/chromebot.json') diff --git a/contrib/chromebot.json b/contrib/chromebot.json new file mode 100644 index 0000000..98a48f9 --- /dev/null +++ b/contrib/chromebot.json @@ -0,0 +1,12 @@ +{ + "irc": { + "host": "irc.example.com", + "port": 6667, + "ssl": false, + "nick": "chromebot", + "channels": ["#testchannel"] + }, + "tempdir": "/path/to/tmp", + "destdir": "/path/to/warc", + "process_limit": 1 +} -- cgit v1.2.3