summaryrefslogtreecommitdiff
path: root/contrib/chromebot.json
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2019-01-27 11:18:16 +0100
committerLars-Dominik Braun <lars@6xq.net>2019-01-27 11:24:25 +0100
commit668cc5e10c7097d51ba4e4fcae02f55d89283923 (patch)
tree4f21f0b601bbfcfe5f5179c546fc07048c4762a6 /contrib/chromebot.json
parent51d7fa07c5db9a1015ef210089a911c19796bd79 (diff)
downloadcrocoite-668cc5e10c7097d51ba4e4fcae02f55d89283923.tar.gz
crocoite-668cc5e10c7097d51ba4e4fcae02f55d89283923.tar.bz2
crocoite-668cc5e10c7097d51ba4e4fcae02f55d89283923.zip
irc: Switch configuration to JSON
Diffstat (limited to 'contrib/chromebot.json')
-rw-r--r--contrib/chromebot.json12
1 files changed, 12 insertions, 0 deletions
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
+}