diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-04-14 11:56:50 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-04-14 11:56:50 +0200 |
commit | ea0479998a0d44eb2a02c5ec18a692b17aa53274 (patch) | |
tree | b951022af72d1a6fa0f84d2958075be1702374e7 /src/common/ctcp.c | |
parent | 9272eb43252e8956df6eedd2c96c718b247bca94 (diff) |
Use bundled beep file for beep alerts
Diffstat (limited to 'src/common/ctcp.c')
-rw-r--r-- | src/common/ctcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/ctcp.c b/src/common/ctcp.c index ebfb604d..487003a8 100644 --- a/src/common/ctcp.c +++ b/src/common/ctcp.c @@ -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; } } |