Use bundled beep file for beep alerts

This commit is contained in:
Berke Viktor
2013-04-14 11:56:50 +02:00
parent 9272eb4325
commit ea0479998a
7 changed files with 21 additions and 11 deletions

View File

@@ -175,7 +175,7 @@ ctcp_handle (session *sess, char *to, char *nick, char *ip,
#else
if (strchr (word[5], '/') == NULL)
#endif
sound_play (word[5], TRUE);
sound_play (word[5], TRUE, FALSE);
return;
}
}