Created
July 31, 2021 15:31
-
-
Save xenoterracide/d122e6cd7209a4d4a5409efe4070d1b2 to your computer and use it in GitHub Desktop.
/home/xeno/.config/srain/srain.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
auto-connect = [ "Libera" ] | |
log = { | |
prompt-color = true | |
} | |
server-list = | |
( | |
{ | |
name = "Libera" | |
auto-join = ["#srain", "#zsh", "#postgresql", "#manjaro"] | |
addresses = [ | |
"irc.libera.chat:6697", | |
] | |
tls = true | |
encoding = "utf-8" | |
user = { | |
nickname = "xenoterracide" | |
username = "xenoterracide" | |
realname = "Caleb Cushing" | |
login: { | |
method = "sasl-plain" | |
} | |
} | |
} | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment