[gaim-migrate @ 6661]

Thu, 17 Jul 2003 06:26:54 +0000

author
Christian Hammond <chipx86@chipx86.com>
date
Thu, 17 Jul 2003 06:26:54 +0000
changeset 6176
a1c4e2842de0
parent 6175
25d51668e0e7
child 6177
231da3dd39cf

[gaim-migrate @ 6661]
Just because I may as well do it now, any old IRC accounts that are being
imported set to irc.openprojects.net are now being moved over to
irc.freenode.net. Was that English, or am I just too tired?

src/gaimrc.c file | annotate | diff | comparison | revisions
--- a/src/gaimrc.c	Thu Jul 17 06:19:42 2003 +0000
+++ b/src/gaimrc.c	Thu Jul 17 06:26:54 2003 +0000
@@ -688,7 +688,9 @@
 				strchr(gaim_account_get_username(account), '@') == NULL) {
 
 				tmp = g_strdup_printf("%s@%s",
-					gaim_account_get_username(account), p->value[0]);
+					gaim_account_get_username(account),
+					(!strcmp(p->value[0], "irc.openprojects.net")
+					 ? "irc.freenode.net" : p->value[0]));
 				gaim_account_set_username(account, tmp);
 				g_free(tmp);
 			}

mercurial