mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-30 19:08:16 +00:00
Update irssi
This commit is contained in:
@@ -8,11 +8,11 @@ servers = (
|
|||||||
autoconnect = "yes";
|
autoconnect = "yes";
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
address = "irc.freenode.net";
|
address = "irc.libera.chat";
|
||||||
chatnet = "freenode";
|
chatnet = "libera.chat";
|
||||||
port = "6667";
|
port = "6697";
|
||||||
use_tls = "no";
|
use_tls = "yes";
|
||||||
tls_verify = "no";
|
tls_verify = "yes";
|
||||||
autoconnect = "yes";
|
autoconnect = "yes";
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
@@ -22,9 +22,11 @@ chatnets = {
|
|||||||
type = "IRC";
|
type = "IRC";
|
||||||
autosendcmd = "^MSG NickServ identify br6feoot";
|
autosendcmd = "^MSG NickServ identify br6feoot";
|
||||||
};
|
};
|
||||||
freenode = {
|
"libera.chat" = {
|
||||||
type = "IRC";
|
type = "IRC";
|
||||||
autosendcmd = "^MSG nickserv identify br6feoot";
|
sasl_mechanism = "PLAIN";
|
||||||
|
sasl_username = "nikdoof";
|
||||||
|
sasl_password = "llamatroniceepachu";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -40,7 +42,6 @@ channels = (
|
|||||||
botmasks = "ubergeek@thunix.net";
|
botmasks = "ubergeek@thunix.net";
|
||||||
autosendcmd = "^MSG idlerpg_bot login Matalok br6feoot";
|
autosendcmd = "^MSG idlerpg_bot login Matalok br6feoot";
|
||||||
},
|
},
|
||||||
{ name = "#geekhack"; chatnet = "freenode"; autojoin = "yes"; },
|
|
||||||
{ name = "#livlug"; chatnet = "Freenode"; autojoin = "yes"; },
|
{ name = "#livlug"; chatnet = "Freenode"; autojoin = "yes"; },
|
||||||
{ name = "#gemini"; chatnet = "tildechat"; autojoin = "yes"; }
|
{ name = "#gemini"; chatnet = "tildechat"; autojoin = "yes"; }
|
||||||
);
|
);
|
||||||
@@ -116,3 +117,4 @@ mainwindows = {
|
|||||||
1 = { first_line = "9"; lines = "37"; };
|
1 = { first_line = "9"; lines = "37"; };
|
||||||
7 = { first_line = "1"; lines = "8"; };
|
7 = { first_line = "1"; lines = "8"; };
|
||||||
};
|
};
|
||||||
|
ignores = ( { level = "JOINS PARTS QUITS"; } );
|
||||||
|
|||||||
Reference in New Issue
Block a user