comparison src/protocols/oscar/oscar.c @ 3089:b061bfc314bc

[gaim-migrate @ 3103] This oatmeal taste like pretzels! committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Wed, 20 Mar 2002 02:04:32 +0000
parents 955f52bbcf8a
children beb5d0e592d9
comparison
equal deleted inserted replaced
3088:c250deccd6aa 3089:b061bfc314bc
2419 struct oscar_data *odata = (struct oscar_data *)gc->proto_data; 2419 struct oscar_data *odata = (struct oscar_data *)gc->proto_data;
2420 aim_flap_nop(odata->sess, odata->conn); 2420 aim_flap_nop(odata->sess, odata->conn);
2421 } 2421 }
2422 2422
2423 static char *oscar_name() { 2423 static char *oscar_name() {
2424 return "Oscar / ICQ"; 2424 return "AIM / ICQ";
2425 } 2425 }
2426 2426
2427 static int oscar_send_typing(struct gaim_connection *gc, char *name, int typing) { 2427 static int oscar_send_typing(struct gaim_connection *gc, char *name, int typing) {
2428 struct oscar_data *odata = (struct oscar_data *)gc->proto_data; 2428 struct oscar_data *odata = (struct oscar_data *)gc->proto_data;
2429 struct direct_im *dim = find_direct_im(odata, name); 2429 struct direct_im *dim = find_direct_im(odata, name);