# HG changeset patch # User Sean Egan # Date 1020713404 0 # Node ID 671667425d27476365ea61c68a829c1e18197e1b # Parent aba6ee7f8aba384d9914b490606c84337848273a [gaim-migrate @ 3244] Would you believe this was all just a big prank? committer: Tailor Script diff -r aba6ee7f8aba -r 671667425d27 src/buddy_chat.c --- a/src/buddy_chat.c Mon May 06 19:17:14 2002 +0000 +++ b/src/buddy_chat.c Mon May 06 19:30:04 2002 +0000 @@ -722,7 +722,7 @@ } if (flag & WFLAG_RECV && b->makesound) { - if (flags & WFLAG_NICK && (sound_options & OPT_SOUND_CHAT_NICK)) { + if (flag & WFLAG_NICK && (sound_options & OPT_SOUND_CHAT_NICK)) { play_sound(SND_CHAT_NICK); } else { play_sound(SND_CHAT_SAY);