mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
Update irssi.
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user