diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2016-06-10 02:08:02 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2016-06-10 02:08:02 +1200 |
commit | 9474f5570bdce3f118d2fcb8916fee66bf2f4b26 (patch) | |
tree | a083db1b8d05919d33d3740dc6caf419159786d4 /share | |
download | irc-ebooks-9474f5570bdce3f118d2fcb8916fee66bf2f4b26.tar.gz irc-ebooks-9474f5570bdce3f118d2fcb8916fee66bf2f4b26.zip |
First public commit
Diffstat (limited to 'share')
-rw-r--r-- | share/irc-ebooks.sample.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/share/irc-ebooks.sample.conf b/share/irc-ebooks.sample.conf new file mode 100644 index 0000000..ef16f34 --- /dev/null +++ b/share/irc-ebooks.sample.conf @@ -0,0 +1,11 @@ +[irc] +server = irc.example.org +port = 6667 +channels = #irc_ebooks +nick = irc_ebooks +username = ircebooks + +[options] +brain = /var/irc-ebooks/brain.sql +chatter = 0.025 +learn = yournick |