summaryrefslogtreecommitdiffstats
path: root/config.yaml
diff options
context:
space:
mode:
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