tvl-depot/configs/shared/misc/.irssi/config
William Carroll 5144384bec Support Google IRC in irssi
Also changes a few config settings for auto{connect,join}ing. This is still a
WIP.
2019-04-08 17:19:37 +01:00

45 lines
943 B
Text

servers = (
{
address = "chat.freenode.net";
chatnet = "Freenode";
port = "6697";
use_tls = "yes";
tls_verify = "yes";
autoconnect = "no";
},
{
address = "irc.corp.google.com";
chatnet = "Google";
port = "6697";
use_tls = "yes";
tls_verify = "yes";
autoconnect = "no";
server_reconnect_time = 5;
}
);
chatnets = {
Freenode = {
type = "IRC";
autosendcmd = "/msg nickserv identify wpcarro ]3Fwus]YF7yXPB6Re/Me";
};
Google = {
type = "IRC";
};
};
channels = (
{ name = "#nixos"; chatnet = "Freenode"; autojoin = "No"; },
{ name = "#i3"; chatnet = "Freenode"; autojoin = "No"; },
{ name = "#pass"; chatnet = "Freenode"; autojoin = "No"; },
);
settings = {
core = {
real_name = "William Carroll's account";
user_name = "wpcarro";
nick = "wpcarro";
};
"fe-text" = { actlist_sort = "refnum"; };
"fe-common/core" = { theme = "default"; };
};