mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 09:40:20 +00:00
Use bundled beep file for beep alerts
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user