diff options
Diffstat (limited to '')
-rw-r--r-- | .irssi/config | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/.irssi/config b/.irssi/config index c525f83..a707392 100644 --- a/.irssi/config +++ b/.irssi/config @@ -28,6 +28,15 @@ servers = ( port = "6667"; use_tls = "no"; tls_verify = "no"; + }, + { + address = "irc.snoonet.org"; + chatnet = "snoonet"; + port = "6697"; + use_tls = "yes"; + tls_cert = "~/.irssi/certs/snoonet.pem"; + tls_verify = "no"; + autoconnect = "yes"; } ); @@ -47,6 +56,7 @@ chatnets = { }; schmorp = { type = "IRC"; }; "chtt-s18.slack.com" = { type = "IRC"; nick = "rkavanagh"; }; + snoonet = { type = "IRC"; nick = "ryanakca"; }; }; aliases = { @@ -369,7 +379,8 @@ channels = ( chatnet = "Freenode"; autojoin = "yes"; }, - { name = "#sml"; chatnet = "Freenode"; autojoin = "yes"; } + { name = "#sml"; chatnet = "Freenode"; autojoin = "yes"; }, + { name = "#personalfinance"; chatnet = "snoonet"; autojoin = "yes"; } ); windows = { 1 = { immortal = "yes"; name = "(status)"; level = "ALL"; }; |