comparison src/oscar.c @ 388:7fb34b73946a

[gaim-migrate @ 398] i am so smart i am so smart S-M-R-T committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 11 Jun 2000 03:13:57 +0000
parents 86e27f0c6ce5
children df5127560034
comparison
equal deleted inserted replaced
387:86e27f0c6ce5 388:7fb34b73946a
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 || 548 rendtype == AIM_RENDEZVOUS_CHAT_EX3 ||
549 rendtype == AIM_RENDEZVOUS_EX4 || 549 rendtype == AIM_RENDEZVOUS_CHAT_EX4 ||
550 rendtype == AIM_RENDEZVOUS_EX5) { 550 rendtype == AIM_RENDEZVOUS_CHAT_EX5) {
551 char *msg, *encoding, *lang; 551 char *msg, *encoding, *lang;
552 struct aim_chat_roominfo *roominfo; 552 struct aim_chat_roominfo *roominfo;
553 553
554 userinfo = va_arg(ap, struct aim_userinfo_s *); 554 userinfo = va_arg(ap, struct aim_userinfo_s *);
555 roominfo = va_arg(ap, struct aim_chat_roominfo *); 555 roominfo = va_arg(ap, struct aim_chat_roominfo *);