Package: xchat
Version: 2.6.1-1
I see that irc.debian.org has moved to OFTC.
$ host irc.debian.org
irc.debian.org CNAME irc.oftc.net
irc.oftc.net A 161.53.160.99
irc.oftc.net A 62.75.136.182
irc.oftc.net A 64.62.190.36
irc.oftc.net A 83.245.15.238
irc.oftc.net A 85.214.36.108
irc.oftc.net A 86.59.21.34
So I suggest to change the servers list in xchat accordingly. The
attached patch should fix that.
diff -ruN ../orig/xchat-2.6.1/debian/patches/01_serverlist.dpatch
./debian/patches/01_serverlist.dpatch
--- ../orig/xchat-2.6.1/debian/patches/01_serverlist.dpatch 2006-06-17
18:28:19.000000000 +0200
+++ ./debian/patches/01_serverlist.dpatch 2006-06-17 18:44:18.000000000
+0200
@@ -14,7 +14,7 @@
{
+ {"Debian Servers", 0, "#debian"},
+ {0, "irc.debian.org"},
-+ {0, "irc.freenode.net"},
++ {0, "irc.oftc.net"},
+
+ {"Ubuntu Servers", 0, "#ubuntu"},
+ {0, "irc.freenode.net"},