From 11b74c6e350b99b1a90acb3de9de2577820b69c2 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Sat, 15 May 2021 14:15:45 +0200 Subject: add config file --- config.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 config.toml diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..f5475aa --- /dev/null +++ b/config.toml @@ -0,0 +1,15 @@ +[user] +nickname = "\\__{^-_-^}" +username = "catinator" +password = "" +realname = "maow" + +[server] +hostname = "irc.snoonet.org" +port = 6697 +tls = true +sasl = true +channels = [] + +[settings] +prefix = ':' -- cgit v1.2.3