comparison src/protocols/oscar/oscar.c @ 3031:eafd12638829

[gaim-migrate @ 3044] whoops. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 11 Mar 2002 23:02:54 +0000
parents f0e8770d786d
children 1143524a2eaf
comparison
equal deleted inserted replaced
3030:e40c30cf7572 3031:eafd12638829
3457 } 3457 }
3458 } 3458 }
3459 3459
3460 static void oscar_format_screenname(struct gaim_connection *gc, char *nick) { 3460 static void oscar_format_screenname(struct gaim_connection *gc, char *nick) {
3461 struct oscar_data *od = gc->proto_data; 3461 struct oscar_data *od = gc->proto_data;
3462 if (!strcmp(normalize(nick), gc->username)) { 3462 if (!strcmp(normalize(nick), normalize(gc->username))) {
3463 if (!aim_getconn_type(od->sess, AIM_CONN_TYPE_AUTH)) { 3463 if (!aim_getconn_type(od->sess, AIM_CONN_TYPE_AUTH)) {
3464 od->setnick = TRUE; 3464 od->setnick = TRUE;
3465 od->newsn = g_strdup(nick); 3465 od->newsn = g_strdup(nick);
3466 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_AUTH); 3466 aim_reqservice(od->sess, od->conn, AIM_CONN_TYPE_AUTH);
3467 } else { 3467 } else {