mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Update irssi.
This commit is contained in:
@@ -25,13 +25,21 @@ servers = (
|
|||||||
ssl_cafile = "~/.irssi/instantssl.crt";
|
ssl_cafile = "~/.irssi/instantssl.crt";
|
||||||
autoconnect = "yes";
|
autoconnect = "yes";
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
address = "irc.hackint.eu";
|
||||||
|
chatnet = "hackint";
|
||||||
|
port = "9999";
|
||||||
|
use_ssl = "yes";
|
||||||
|
ssl_verify = "no";
|
||||||
|
autoconnect = "yes";
|
||||||
|
},
|
||||||
{
|
{
|
||||||
address = "irc.geekshed.net";
|
address = "irc.geekshed.net";
|
||||||
chatnet = "geekshed";
|
chatnet = "geekshed";
|
||||||
port = "6697";
|
port = "6697";
|
||||||
use_ssl = "yes";
|
use_ssl = "yes";
|
||||||
ssl_verify = "no";
|
ssl_verify = "no";
|
||||||
autoconnect = "yes";
|
autoconnect = "no";
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
address = "irc.rpis.ec";
|
address = "irc.rpis.ec";
|
||||||
@@ -78,7 +86,6 @@ channels = (
|
|||||||
{ name = "#wargames"; chatnet = "overthewire"; autojoin = "yes"; },
|
{ name = "#wargames"; chatnet = "overthewire"; autojoin = "yes"; },
|
||||||
{ name = "#social"; chatnet = "overthewire"; autojoin = "yes"; },
|
{ name = "#social"; chatnet = "overthewire"; autojoin = "yes"; },
|
||||||
{ name = "#openvpn"; chatnet = "freenode"; autojoin = "yes"; },
|
{ name = "#openvpn"; chatnet = "freenode"; autojoin = "yes"; },
|
||||||
{ name = "#shadowcats"; chatnet = "freenode"; autojoin = "yes"; },
|
|
||||||
{ name = "#amateria"; chatnet = "overthewire"; autojoin = "yes"; },
|
{ name = "#amateria"; chatnet = "overthewire"; autojoin = "yes"; },
|
||||||
{ name = "#io"; chatnet = "overthewire"; autojoin = "yes"; },
|
{ name = "#io"; chatnet = "overthewire"; autojoin = "yes"; },
|
||||||
{ name = "#radare"; chatnet = "freenode"; autojoin = "yes"; },
|
{ name = "#radare"; chatnet = "freenode"; autojoin = "yes"; },
|
||||||
@@ -290,6 +297,12 @@ settings = {
|
|||||||
awl_height_adjust = "2";
|
awl_height_adjust = "2";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
logs = {
|
||||||
|
"~/irc.log.Window7" = {
|
||||||
|
level = "ALL";
|
||||||
|
items = ( { type = "window"; name = "7"; } );
|
||||||
|
};
|
||||||
|
};
|
||||||
windows = {
|
windows = {
|
||||||
1 = { immortal = "yes"; name = "(status)"; level = "ALL"; };
|
1 = { immortal = "yes"; name = "(status)"; level = "ALL"; };
|
||||||
2 = {
|
2 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user