From e1c146226ed961dea283f49547731b16415bd01f Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 20 Mar 2018 13:53:41 -0400 Subject: irssi --- .irssi/config | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to '.irssi/config') 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"; }; -- cgit v1.2.3