diff options
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 487003a8..ebfb604d 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, FALSE); + sound_play (word[5], TRUE); return; } } |