aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2021-10-16 13:49:23 +0200
committerMax Audron <audron@cocaine.farm>2021-10-16 13:53:22 +0200
commit7cbe1e70e440c29375425182e661ea9ff7bd6300 (patch)
treede36d71d9167eed333f9a216f2d1588941b528c0 /config.toml
parentmove bot initialization out of macro (diff)
rework configuration to allow extensibility by hooksconfig-rework
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml17
1 files changed, 10 insertions, 7 deletions
diff --git a/config.toml b/config.toml
index 4ce6caf..fba4301 100644
--- a/config.toml
+++ b/config.toml
@@ -1,16 +1,19 @@
-[user]
-nickname = "\\__{^-_-^}"
+[default]
+[default.user]
username = "catinator"
-password = ""
realname = "moaw"
-[server]
+[default.server]
hostname = "irc.snoonet.org"
port = 6697
tls = true
sasl = true
-channels = ["#redoxmasterrace", "#linuxmasterrace", "#gnulag"]
-[settings]
+[default.settings]
prefix = ':'
-wa_api_key = ""
+
+[release]
+[release.user]
+nickname = "\\__{^-_-^}"
+[release.server]
+channels = ["#redoxmasterrace", "#linuxmasterrace", "#gnulag"]