Update irssi.

This commit is contained in:
David Tomaschik
2015-10-29 20:33:05 -07:00
parent d9fcc5b1e6
commit 81e25dc192

View File

@@ -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 = {