From 6ad8539ec313e1b667e6abd6e3299ccc4a5ebf78 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Wed, 5 Dec 2018 19:03:18 +0100 Subject: irc: Add example config file --- contrib/chromebot.ini | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 contrib/chromebot.ini diff --git a/contrib/chromebot.ini b/contrib/chromebot.ini new file mode 100644 index 0000000..a302356 --- /dev/null +++ b/contrib/chromebot.ini @@ -0,0 +1,10 @@ +[irc] +host = irc.example.com +port = 6667 +ssl = False +tempdir = /path/to/warc +destdir = /path/to/tmp +nick = chromebot +channel = #testchannel +process_limit = 1 + -- cgit v1.2.3