mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-19 16:55:36 +00:00
- Enable TLS for IRC connections in `senpai.scfg` - Update dependencies to latest stable versions - Improve error handling throughout the codebase - Refactor code to reduce code duplication and increase readability
15 lines
264 B
Text
15 lines
264 B
Text
# to be used with https://github.com/ptrcnull/kouhai
|
|
address prox.lunax.cloud:6667
|
|
nickname lunax
|
|
username lunax
|
|
tls true
|
|
password-cmd secret-tool lookup irc lunax
|
|
typings false
|
|
pane-widths {
|
|
nicknames 0
|
|
channels 24
|
|
members 0
|
|
}
|
|
colors {
|
|
unread "#00ffff"
|
|
}
|