Mercurial > pidgin
changeset 4386:29b67b8de743
[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 <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 22 Jan 2003 05:43:30 +0000 |
parents | bdab2840ef4c |
children | a3fd5fe57a0b |
files | src/protocols/oscar/oscar.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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, "<b>Nick:</b> ", info->nick, "<br>\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, "<b>Nick:</b> ", info->nick, "<br>\n", NULL); g_free(tmp); + serv_got_alias(gc, who, info->nick); } if (info->first) { tmp = buf;