Mercurial > pidgin.yaz
changeset 3914:9ced82507a79
[gaim-migrate @ 4073]
It's irc.freenode.net now.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Thu, 07 Nov 2002 04:01:29 +0000 |
parents | 419bf1bc8fa2 |
children | e749b307a93f |
files | src/protocols/irc/irc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);