Drop support for irssi
I've been using ERC for awhile, and I haven't switched back to irssi.
This commit is contained in:
parent
87f592750d
commit
bfa1aea14f
1 changed files with 0 additions and 44 deletions
|
@ -1,44 +0,0 @@
|
|||
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 = "#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"; };
|
||||
};
|
Loading…
Reference in a new issue