summaryrefslogtreecommitdiffstats
path: root/config.example.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'config.example.yaml')
-rw-r--r--config.example.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/config.example.yaml b/config.example.yaml
new file mode 100644
index 0000000..ce0a6e3
--- /dev/null
+++ b/config.example.yaml
@@ -0,0 +1,18 @@
+watbot:
+ server:
+ host: irc.casa # mandatory, no default
+ port: 6697
+ tls_verify: true
+ name: watest
+ nick: watest # nick is name by default
+ user: watest # user is nick by default
+ admins: # optional, no default
+ hosts:
+ - admin.example.com
+ ignores: # optional, no default
+ hosts:
+ - annoying.example.com
+ channels: # optional, no default
+ permitted:
+ - '#lucy'
+