mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-15 10:10:19 +00:00
Get rid of bundled beep
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, FALSE);
|
||||
sound_play (word[5], TRUE);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user