# HG changeset patch # User Christian Hammond # Date 1036641689 0 # Node ID 9ced82507a797561dadd912b3510e27236312e08 # Parent 419bf1bc8fa2ddeca0a2cac8df4eb9224b74d654 [gaim-migrate @ 4073] It's irc.freenode.net now. committer: Tailor Script diff -r 419bf1bc8fa2 -r 9ced82507a79 src/protocols/irc/irc.c --- a/src/protocols/irc/irc.c Thu Nov 07 03:34:46 2002 +0000 +++ b/src/protocols/irc/irc.c Thu Nov 07 04:01:29 2002 +0000 @@ -2709,7 +2709,7 @@ puo = g_new0(struct proto_user_opt, 1); puo->label = g_strdup("Server:"); - puo->def = g_strdup("irc.openprojects.net"); + puo->def = g_strdup("irc.freenode.net"); puo->pos = USEROPT_SERV; ret->user_opts = g_list_append(ret->user_opts, puo);