summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--irssi.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/irssi.conf b/irssi.conf
index 730a5444..77c4f38c 100644
--- a/irssi.conf
+++ b/irssi.conf
@@ -7,7 +7,7 @@ servers = (
port = "6667";
},
{ address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; },
- { address = "irc.openprojects.net"; chatnet = "OPN"; 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,7 +55,7 @@ chatnets = {
max_msgs = "3";
max_whois = "30";
};
- OPN = {
+ freenode = {
type = "IRC";
max_kicks = "4";
max_modes = "4";
@@ -108,7 +108,7 @@ chatnets = {
channels = (
{ name = "#irssi"; chatnet = "ircnet"; autojoin = "No"; },
- { name = "#irssi"; chatnet = "opn"; autojoin = "No"; },
+ { name = "#irssi"; chatnet = "freenode"; autojoin = "No"; },
{ name = "#silc"; chatnet = "silc"; autojoin = "No"; }
);