Skip to content

Instantly share code, notes, and snippets.

@xenoterracide
Created July 31, 2021 15:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xenoterracide/d122e6cd7209a4d4a5409efe4070d1b2 to your computer and use it in GitHub Desktop.
Save xenoterracide/d122e6cd7209a4d4a5409efe4070d1b2 to your computer and use it in GitHub Desktop.
/home/xeno/.config/srain/srain.cfg
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