From e1c146226ed961dea283f49547731b16415bd01f Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 20 Mar 2018 13:53:41 -0400 Subject: irssi --- .gitignore | 2 ++ .irssi/config | 13 ++++++++++++- .irssi/envy.theme | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1c85f08..fde5502 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ SUBSTS.merged .ssh/id_ecdsa .ssh/id_rsa.lambda emacsen/make-* +.irssi/_windowlist +.irssi/certs/* 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"; }; diff --git a/.irssi/envy.theme b/.irssi/envy.theme index 6c00bc9..cef0c30 100644 --- a/.irssi/envy.theme +++ b/.irssi/envy.theme @@ -304,7 +304,7 @@ formats = { set_not_boolean = "%r:%K:: Setting {hilight $0} isn't boolean, use /SET"; translation_not_found = "%r:%K:: %rError%K opening translation table file $0: $1"; translation_file_error = "%r:%K:: %rError%K parsing translation table file $0"; - pubmsg = "{pubmsgnick $2 {pubnick \00302$0}}$1"; + pubmsg = "{pubmsgnick $2 {pubnick \00313$0}}$1"; }; "fe-common/irc/dcc" = { dcc_list_header = "{line_start_irssi}{dcc DCC connections:}"; -- cgit v1.2.3