comparison src/buddy_chat.c @ 3227:671667425d27

[gaim-migrate @ 3244] Would you believe this was all just a big prank? committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 06 May 2002 19:30:04 +0000
parents aba6ee7f8aba
children 5da7dae50d87
comparison
equal deleted inserted replaced
3226:aba6ee7f8aba 3227:671667425d27
720 } 720 }
721 g_free(str); 721 g_free(str);
722 } 722 }
723 723
724 if (flag & WFLAG_RECV && b->makesound) { 724 if (flag & WFLAG_RECV && b->makesound) {
725 if (flags & WFLAG_NICK && (sound_options & OPT_SOUND_CHAT_NICK)) { 725 if (flag & WFLAG_NICK && (sound_options & OPT_SOUND_CHAT_NICK)) {
726 play_sound(SND_CHAT_NICK); 726 play_sound(SND_CHAT_NICK);
727 } else { 727 } else {
728 play_sound(SND_CHAT_SAY); 728 play_sound(SND_CHAT_SAY);
729 } 729 }
730 } 730 }