Modify default port for irc.freenode.com to 8001 to prevent dcc exploit. Fix Oz.net servers list wrongly referring to OzNet (LP: #146434). diff -Nur xchat-gnome-0.18/src/common/servlist.c xchat-gnome-0.18.new/src/common/servlist.c --- a/src/common/servlist.c 2007-06-13 02:03:18.000000000 +0200 +++ b/src/common/servlist.c 2008-02-14 13:00:03.000000000 +0100 @@ -207,7 +207,7 @@ {0, "irc.vendetta.com"}, {"FreeNode", 0}, - {0, "irc.freenode.net"}, + {0, "irc.freenode.net/8001"}, /* {"Freeworld", 0}, {0, "kabel.freeworld.nu"}, @@ -337,8 +337,15 @@ {"OtherNet", 0}, {0, "irc.othernet.org"}, - {"OzNet", 0}, - {0, "irc.oz.org"}, + {"Oz.org", 0}, + {0, "irc.oz.org"}, + {0, "germany.oz.org"}, + {0, "sandiego.oz.org"}, + {0, "us.oz.org"}, + {0, "au.oz.org"}, + {0, "rockhampton.oz.org"}, + {0, "wollongong.oz.org"}, + {0, "waix.oz.org"}, {"PTlink", 0}, {0, "irc.PTlink.net"},