diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2018-12-05 19:03:18 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2018-12-05 19:03:18 +0100 |
commit | 6ad8539ec313e1b667e6abd6e3299ccc4a5ebf78 (patch) | |
tree | aaaee7a0a374d8263bbb968668ee7cde96b6f33a /contrib | |
parent | e90a76e8ab8f1a7a9a718629cddcac652f071a88 (diff) | |
download | crocoite-6ad8539ec313e1b667e6abd6e3299ccc4a5ebf78.tar.gz crocoite-6ad8539ec313e1b667e6abd6e3299ccc4a5ebf78.tar.bz2 crocoite-6ad8539ec313e1b667e6abd6e3299ccc4a5ebf78.zip |
irc: Add example config file
Diffstat (limited to 'contrib')
-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 + |