# HG changeset patch # User Eric Warmenhoven # Date 1003868982 0 # Node ID 4e149a0b9665abb4444c004c3810fc68c76ff152 # Parent a3117e29317d883eb5624d61e754c5b6b3c09368 [gaim-migrate @ 2602] i don't like some people. committer: Tailor Script diff -r a3117e29317d -r 4e149a0b9665 src/protocols/oscar/oscar.c --- a/src/protocols/oscar/oscar.c Tue Oct 23 10:40:42 2001 +0000 +++ b/src/protocols/oscar/oscar.c Tue Oct 23 20:29:42 2001 +0000 @@ -441,8 +441,11 @@ odata->create_exchange = 0; debug_printf(_("Logging in %s\n"), user->username); - if (isdigit(*user->username)) + if (isdigit(*user->username)) { odata->icq = TRUE; + /* this is odd but it's necessary for a proper do_import and do_export */ + gc->protocol = PROTO_ICQ; + } sess = g_new0(aim_session_t, 1);