From 81e25dc192f556d9d24de675a55311cca2e10583 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Thu, 29 Oct 2015 20:33:05 -0700 Subject: [PATCH] Update irssi. --- dotfiles/irssi/config | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/dotfiles/irssi/config b/dotfiles/irssi/config index b066ce0..fe7af89 100644 --- a/dotfiles/irssi/config +++ b/dotfiles/irssi/config @@ -25,13 +25,21 @@ servers = ( ssl_cafile = "~/.irssi/instantssl.crt"; autoconnect = "yes"; }, + { + address = "irc.hackint.eu"; + chatnet = "hackint"; + port = "9999"; + use_ssl = "yes"; + ssl_verify = "no"; + autoconnect = "yes"; + }, { address = "irc.geekshed.net"; chatnet = "geekshed"; port = "6697"; use_ssl = "yes"; ssl_verify = "no"; - autoconnect = "yes"; + autoconnect = "no"; }, { address = "irc.rpis.ec"; @@ -78,7 +86,6 @@ channels = ( { name = "#wargames"; chatnet = "overthewire"; autojoin = "yes"; }, { name = "#social"; chatnet = "overthewire"; autojoin = "yes"; }, { name = "#openvpn"; chatnet = "freenode"; autojoin = "yes"; }, - { name = "#shadowcats"; chatnet = "freenode"; autojoin = "yes"; }, { name = "#amateria"; chatnet = "overthewire"; autojoin = "yes"; }, { name = "#io"; chatnet = "overthewire"; autojoin = "yes"; }, { name = "#radare"; chatnet = "freenode"; autojoin = "yes"; }, @@ -290,6 +297,12 @@ settings = { awl_height_adjust = "2"; }; }; +logs = { + "~/irc.log.Window7" = { + level = "ALL"; + items = ( { type = "window"; name = "7"; } ); + }; +}; windows = { 1 = { immortal = "yes"; name = "(status)"; level = "ALL"; }; 2 = {