| 3226:911cf5e8bf57 | 3227:a7f54558d0bd |
|---|---|
| 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 } |