comparison src/server.c @ 973:2e905413b17f

[gaim-migrate @ 983] oscar invitations work better :-P committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 11 Oct 2000 03:04:35 +0000
parents 9eb07b383df4
children 2586b2a3725e
comparison
equal deleted inserted replaced
972:4989c959f5b1 973:2e905413b17f
568 } 568 }
569 569
570 if (!b) 570 if (!b)
571 return; 571 return;
572 572
573 aim_chat_invite(g->oscar_sess, g->oscar_conn, name, message, 0x4, b->name, 0x1); 573 aim_chat_invite(g->oscar_sess, g->oscar_conn, name,
574 message ? message : "", 0x4, b->name, 0x0);
574 } 575 }
575 } 576 }
576 577
577 void serv_chat_leave(struct gaim_connection *g, int id) 578 void serv_chat_leave(struct gaim_connection *g, int id)
578 { 579 {