Moving things
This commit is contained in:
@@ -1,167 +1,62 @@
|
||||
ignores = ( { level = "JOINS PARTS QUITS"; target = "*"; } );
|
||||
setting = { };
|
||||
servers = (
|
||||
{ address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; },
|
||||
{
|
||||
address = "ssl.efnet.org";
|
||||
chatnet = "EFNet";
|
||||
port = "9999";
|
||||
use_tls = "yes";
|
||||
{ chatnet = "znclibera"; address = "10.0.0.39"; port = "6501";
|
||||
password = "th3r00t/libera:b2edxfrr1";
|
||||
autoconnect = "yes";
|
||||
use_tls = "no";
|
||||
tls_verify = "no";
|
||||
},
|
||||
{
|
||||
address = "irc.esper.net";
|
||||
chatnet = "EsperNet";
|
||||
port = "6697";
|
||||
use_tls = "yes";
|
||||
tls_verify = "yes";
|
||||
{ chatnet = "zncefnet"; address = "10.0.0.39"; port = "6501";
|
||||
password = "th3r00t/efnet:b2edxfrr1";
|
||||
autoconnect = "yes";
|
||||
use_tls = "no";
|
||||
tls_verify = "no";
|
||||
},
|
||||
{
|
||||
address = "irc.libera.chat";
|
||||
chatnet = "liberachat";
|
||||
port = "6697";
|
||||
use_tls = "yes";
|
||||
tls_verify = "yes";
|
||||
autoconnect = "yes";
|
||||
{ chatnet = "zncanonops"; address = "10.0.0.39"; port = "6501";
|
||||
password = "th3r00t/anonops:b2edxfrr1";
|
||||
autoconnect = "yes";
|
||||
use_tls = "no";
|
||||
tls_verify = "no";
|
||||
},
|
||||
{
|
||||
address = "irc.gamesurge.net";
|
||||
chatnet = "GameSurge";
|
||||
port = "6667";
|
||||
},
|
||||
{
|
||||
address = "ssl.ircnet.ovh";
|
||||
chatnet = "IRCnet";
|
||||
port = "6697";
|
||||
use_tls = "yes";
|
||||
tls_verify = "yes";
|
||||
},
|
||||
{ address = "open.ircnet.net"; chatnet = "IRCnet"; port = "6667"; },
|
||||
{
|
||||
address = "irc.ircsource.net";
|
||||
chatnet = "IRCSource";
|
||||
port = "6667";
|
||||
},
|
||||
{ address = "irc.netfuze.net"; chatnet = "NetFuze"; port = "6667"; },
|
||||
{
|
||||
address = "irc.oftc.net";
|
||||
chatnet = "OFTC";
|
||||
port = "6697";
|
||||
use_tls = "yes";
|
||||
tls_verify = "yes";
|
||||
},
|
||||
{
|
||||
address = "irc.quakenet.org";
|
||||
chatnet = "QuakeNet";
|
||||
port = "6667";
|
||||
},
|
||||
{
|
||||
address = "irc.rizon.net";
|
||||
chatnet = "Rizon";
|
||||
port = "6697";
|
||||
use_tls = "yes";
|
||||
tls_verify = "yes";
|
||||
},
|
||||
{ address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; },
|
||||
{
|
||||
address = "irc.undernet.org";
|
||||
chatnet = "Undernet";
|
||||
port = "6667";
|
||||
}
|
||||
);
|
||||
|
||||
chatnets = {
|
||||
DALnet = {
|
||||
type = "IRC";
|
||||
max_kicks = "4";
|
||||
max_msgs = "20";
|
||||
max_whois = "30";
|
||||
};
|
||||
EFNet = {
|
||||
znclocal = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "4";
|
||||
max_whois = "1";
|
||||
password = "th3r00t/libera:b2edxfrr1";
|
||||
autoconnect = "yes";
|
||||
};
|
||||
EsperNet = {
|
||||
zncefnet = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "4";
|
||||
max_whois = "1";
|
||||
password = "th3r00t/efnet:b2edxfrr1";
|
||||
autoconnect = "yes";
|
||||
};
|
||||
liberachat = {
|
||||
anonops = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "4";
|
||||
max_whois = "1";
|
||||
sasl_mechanism = "PLAIN";
|
||||
sasl_username = "th3r00t";
|
||||
sasl_password = "b2edxfrr1";
|
||||
};
|
||||
GameSurge = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "1";
|
||||
max_whois = "1";
|
||||
};
|
||||
IRCnet = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "1";
|
||||
max_whois = "1";
|
||||
};
|
||||
IRCSource = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "4";
|
||||
max_whois = "1";
|
||||
};
|
||||
NetFuze = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "1";
|
||||
max_whois = "1";
|
||||
};
|
||||
OFTC = { type = "IRC"; max_kicks = "1"; max_msgs = "1"; max_whois = "1"; };
|
||||
QuakeNet = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "1";
|
||||
max_whois = "1";
|
||||
};
|
||||
Rizon = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "1";
|
||||
max_whois = "1";
|
||||
};
|
||||
SILC = { type = "SILC"; };
|
||||
Undernet = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "1";
|
||||
max_whois = "1";
|
||||
password = "th3r00t/anonops:b2edxfrr1";
|
||||
autoconnect = "yes";
|
||||
};
|
||||
};
|
||||
|
||||
channels = (
|
||||
{ name = "#lobby"; chatnet = "EsperNet"; autojoin = "No"; },
|
||||
{ name = "#libera"; chatnet = "liberachat"; autojoin = "No"; },
|
||||
{ name = "#irssi"; chatnet = "liberachat"; autojoin = "No"; },
|
||||
{ name = "#gamesurge"; chatnet = "GameSurge"; autojoin = "No"; },
|
||||
{ name = "#irssi"; chatnet = "IRCNet"; autojoin = "No"; },
|
||||
{ name = "#ircsource"; chatnet = "IRCSource"; autojoin = "No"; },
|
||||
{ name = "#netfuze"; chatnet = "NetFuze"; autojoin = "No"; },
|
||||
{ name = "#oftc"; chatnet = "OFTC"; autojoin = "No"; },
|
||||
{ name = "silc"; chatnet = "SILC"; autojoin = "No"; },
|
||||
{ name = "#linux"; chatnet = "liberachat"; autojoin = "yes"; },
|
||||
{ name = "#archlinux"; chatnet = "liberachat"; autojoin = "yes"; },
|
||||
{ name = "#zig"; chatnet = "liberachat"; autojoin = "yes"; },
|
||||
{ name = "#python"; chatnet = "liberachat"; autojoin = "yes"; },
|
||||
{ name = "#vimwiki"; chatnet = "liberachat"; autojoin = "yes"; },
|
||||
{ name = "#foot"; chatnet = "liberachat"; autojoin = "no"; }
|
||||
{ name = "#nixos"; chatnet = "liberachat"; autojoin = "yes"; }
|
||||
{ name = "#nixos-chat"; chatnet = "liberachat"; autojoin = "yes"; }
|
||||
{ name = "#nixos"; chatnet = "znclibera"; autojoin = "yes"; },
|
||||
{ name = "#nixos-chat"; chatnet = "znclibera"; autojoin = "yes"; },
|
||||
{ name = "#zig"; chatnet = "znclibera"; autojoin = "yes"; },
|
||||
{ name = "#vimwiki"; chatnet = "znclibera"; autojoin = "yes"; },
|
||||
{ name = "#linux"; chatnet = "znclibera"; autojoin = "yes"; },
|
||||
{ name = "#linux"; chatnet = "zncefnet"; autojoin = "yes"; },
|
||||
|
||||
{ name = "#opnewblood"; chatnet = "anonops"; autojoin = "yes"; },
|
||||
);
|
||||
|
||||
aliases = {
|
||||
@@ -341,7 +236,7 @@ settings = {
|
||||
awl_placement = "top";
|
||||
awl_viewer = "no";
|
||||
};
|
||||
"fe-common/core" = { theme = "default"; };
|
||||
"fe-common/core" = { theme = "madcow"; };
|
||||
fifo_pipe = "/tmp/irssi_pipe";
|
||||
};
|
||||
statusbar = {
|
||||
|
||||
Reference in New Issue
Block a user