aboutsummaryrefslogtreecommitdiff
path: root/.irssi
diff options
context:
space:
mode:
Diffstat (limited to '.irssi')
-rw-r--r--.irssi/config13
-rw-r--r--.irssi/envy.theme2
2 files changed, 13 insertions, 2 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"; };
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:}";