summaryrefslogtreecommitdiffstats
path: root/config.yaml
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2016-01-11 18:01:30 +0100
committerMarius Halden <marius.h@lden.org>2016-01-11 18:01:30 +0100
commit82f748855794d15ef84e836e80077be9233d68d4 (patch)
treeb254d232bb604adda03e167ab3deecc51f4c88ce /config.yaml
downloadirc-sse-82f748855794d15ef84e836e80077be9233d68d4.tar.gz
irc-sse-82f748855794d15ef84e836e80077be9233d68d4.tar.bz2
irc-sse-82f748855794d15ef84e836e80077be9233d68d4.tar.xz
Initial commit
Diffstat (limited to 'config.yaml')
-rw-r--r--config.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml
new file mode 100644
index 0000000..dcecb4c
--- /dev/null
+++ b/config.yaml
@@ -0,0 +1,18 @@
+# vim: et sts=2 ts=2 sw=2
+irc:
+ nick: "ircbot"
+ server: "irc.efnet.org"
+ port: 6667
+ admins:
+ - "nick!user@host.tld"
+ channels:
+ - "#channel1"
+ - "#channel2"
+ - "#channel3"
+
+http:
+ port: 8080
+
+cache:
+ file: "cache.yaml"
+ max_log: 50