Skip to content

Commit

Permalink
update irssi config
Browse files Browse the repository at this point in the history
  • Loading branch information
jaz303 committed Aug 12, 2013
1 parent 9454687 commit f18dada
Showing 1 changed file with 35 additions and 5 deletions.
40 changes: 35 additions & 5 deletions etc/irssi/config
@@ -1,9 +1,38 @@
servers = (
{ address = "irc.stealth.net"; chatnet = "IRCnet"; port = "6668"; },
{ address = "irc.efnet.org"; chatnet = "EFNet"; port = "6667"; autoconnect = "yes"; },
{ address = "irc.undernet.org"; chatnet = "Undernet"; port = "6667"; },
{
address = "irc.efnet.org";
chatnet = "EFNet";
port = "6667";
autoconnect = "yes";
},
{
address = "irc.undernet.org";
chatnet = "Undernet";
port = "6667";
},
{ address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; },
{ address = "irc.quakenet.org"; chatnet = "QuakeNet"; port = "6667"; }
{
address = "irc.quakenet.org";
chatnet = "QuakeNet";
port = "6667";
},
{
address = "adams.freenode.net";
chatnet = "Freenode";
port = "6667";
},
{
address = "holmes.freenode.net";
chatnet = "Freenode";
port = "6667";
},
{
address = "wolfe.freenode.net";
chatnet = "Freenode";
port = "6667";
autoconnect = "yes";
}
);

chatnets = {
Expand Down Expand Up @@ -38,12 +67,13 @@ chatnets = {
max_msgs = "3";
max_whois = "30";
};
Freenode = { type = "IRC"; };
};

channels = (
{ name = "#php"; chatnet = "efnet"; autojoin = "no"; },
{ name = "#ohoa"; chatnet = "efnet"; autojoin = "yes"; },
{ name = "#whattheboat"; chatnet = "efnet"; autojoin = "yes"; }
{ name = "#whattheboat"; chatnet = "efnet"; autojoin = "yes"; },
{ name = "#stackvm"; chatnet = "Freenode"; autojoin = "yes"; }
);

aliases = {
Expand Down

0 comments on commit f18dada

Please sign in to comment.