summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--irssi.conf9
1 files changed, 0 insertions, 9 deletions
diff --git a/irssi.conf b/irssi.conf
index 0dc604af..edbf612c 100644
--- a/irssi.conf
+++ b/irssi.conf
@@ -7,7 +7,6 @@ servers = (
port = "6667";
},
{ address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; },
- { address = "irc.freenode.net"; chatnet = "freenode"; port = "6667"; },
{ address = "irc.gnome.org"; chatnet = "GIMPNet"; port = "6667"; },
{ address = "irc.ptlink.net"; chatnet = "PTlink"; port = "6667"; },
{
@@ -55,13 +54,6 @@ chatnets = {
max_msgs = "3";
max_whois = "30";
};
- freenode = {
- type = "IRC";
- max_kicks = "4";
- max_modes = "4";
- max_msgs = "1";
- max_whois = "1";
- };
GIMPNet = {
type = "IRC";
max_kicks = "4";
@@ -108,7 +100,6 @@ chatnets = {
channels = (
{ name = "#irssi"; chatnet = "ircnet"; autojoin = "No"; },
- { name = "#irssi"; chatnet = "freenode"; autojoin = "No"; },
{ name = "silc"; chatnet = "silc"; autojoin = "No"; }
);