comparison src/oscar.c @ 387:86e27f0c6ce5

[gaim-migrate @ 397] Invitiations work again. I swear. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 11 Jun 2000 01:14:12 +0000
parents cf895313fc50
children 7fb34b73946a
comparison
equal deleted inserted replaced
386:7898e110b298 387:86e27f0c6ce5
542 542
543 serv_got_im(userinfo->sn, msg, icbmflags & AIM_IMFLAGS_AWAY); 543 serv_got_im(userinfo->sn, msg, icbmflags & AIM_IMFLAGS_AWAY);
544 } else if (channel == 2) { 544 } else if (channel == 2) {
545 struct aim_userinfo_s *userinfo; 545 struct aim_userinfo_s *userinfo;
546 int rendtype = va_arg(ap, int); 546 int rendtype = va_arg(ap, int);
547 if (rendtype == 0) { 547 if (rendtype == 0 ||
548 rendtype == AIM_RENDEZVOUS_EX3 ||
549 rendtype == AIM_RENDEZVOUS_EX4 ||
550 rendtype == AIM_RENDEZVOUS_EX5) {
548 char *msg, *encoding, *lang; 551 char *msg, *encoding, *lang;
549 struct aim_chat_roominfo *roominfo; 552 struct aim_chat_roominfo *roominfo;
550 553
551 userinfo = va_arg(ap, struct aim_userinfo_s *); 554 userinfo = va_arg(ap, struct aim_userinfo_s *);
552 roominfo = va_arg(ap, struct aim_chat_roominfo *); 555 roominfo = va_arg(ap, struct aim_chat_roominfo *);