From e03021b449dd141f1d84b261f141300b82733d3a Mon Sep 17 00:00:00 2001 From: aria Date: Mon, 26 May 2025 19:00:20 +1000 Subject: [PATCH] feat: Add config file for halloy --- halloy/config.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 halloy/config.toml diff --git a/halloy/config.toml b/halloy/config.toml new file mode 100644 index 0000000..96e4f62 --- /dev/null +++ b/halloy/config.toml @@ -0,0 +1,15 @@ +# Halloy config. +# +# For a complete list of available options, +# please visit https://halloy.chat/configuration/ + +[servers.liberachat] +nickname = "aria-coffee" +server = "irc.libera.chat" +channels = ["#halloy"] + +[servers.rizon] +nickname = "aria-coffee" +nick_password_command = "op read \"op://Personal/5erb73jgzalyuwjvrckdsgrdmy/password\"" +server = "irc.rizon.net" +channels = ["#judgment", "Global"]