halloy/.config/halloy/config.toml (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# Halloy config. # # For a complete list of available options, # please visit https://halloy.chat/configuration/ [servers.liberachat] nickname = "crispy-caesus" server = "irc.libera.chat" channels = ["##chat", "#linux", "#libera", "#sysadmin"] [servers.liberachat.sasl.plain] username = "crispy-caesus" password_file = "~/.local/share/halloy/passwd" [servers.oftc] nickname = "crispy-caesus" server = "irc.oftc.net" channels = ["#chimera-linux"] |