From f3646abffb05b1f0d7d448882b8439d137c6542a Mon Sep 17 00:00:00 2001 From: Wouter Coekaerts Date: Mon, 15 Feb 2010 18:41:50 +0000 Subject: [PATCH] Change IRCnet server to open.ircnet.net git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5115 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- irssi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irssi.conf b/irssi.conf index 49f1a396..3e5285b1 100644 --- a/irssi.conf +++ b/irssi.conf @@ -1,6 +1,6 @@ servers = ( { address = "eu.irc6.net"; chatnet = "IRCnet"; port = "6667"; }, - { address = "irc.open-ircnet.net"; chatnet = "IRCnet"; port = "6667"; }, + { address = "open.ircnet.net"; chatnet = "IRCnet"; port = "6667"; }, { address = "irc.efnet.org"; chatnet = "EFNet"; port = "6667"; }, { address = "irc.undernet.org"; chatnet = "Undernet"; port = "6667"; }, { address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; },