# HG changeset patch # User Mark Doliner # Date 1043214210 0 # Node ID 29b67b8de743acfa634c27fd944de1c76971b58c # Parent bdab2840ef4c2b5a7f8c3cef900f2bdcfb49354f [gaim-migrate @ 4652] Baby steps to the ICQ server aliases... Baby steps to the door... Baby steps turn the knob Baby steps open the door... Baby steps down the hallway... committer: Tailor Script diff -r bdab2840ef4c -r 29b67b8de743 src/protocols/oscar/oscar.c --- a/src/protocols/oscar/oscar.c Wed Jan 22 03:25:15 2003 +0000 +++ b/src/protocols/oscar/oscar.c Wed Jan 22 05:43:30 2003 +0000 @@ -3398,6 +3398,7 @@ tmp = buf; buf = g_strconcat(tmp, "Nick: ", info->nick, "
\n", NULL); g_free(tmp); + serv_got_alias(gc, who, info->nick); } if (info->first) { tmp = buf; @@ -3461,6 +3462,7 @@ tmp = buf; buf = g_strconcat(tmp, "Nick: ", info->nick, "
\n", NULL); g_free(tmp); + serv_got_alias(gc, who, info->nick); } if (info->first) { tmp = buf;