diff options
Diffstat (limited to 'contrib/chromebot.ini')
-rw-r--r-- | contrib/chromebot.ini | 10 |
1 files changed, 10 insertions, 0 deletions
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 + |