summaryrefslogtreecommitdiffstats
path: root/chat/js/chat.js
diff options
context:
space:
mode:
Diffstat (limited to 'chat/js/chat.js')
-rw-r--r--chat/js/chat.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/js/chat.js b/chat/js/chat.js
index ebc6c54..b5165dd 100644
--- a/chat/js/chat.js
+++ b/chat/js/chat.js
@@ -695,10 +695,10 @@ var ajaxChat = {
switch(messageParts[0]) {
case '/privmsg':
this.playSound(this.settings['soundPrivate']);
- break;
+ break;
default:
this.playSound(this.settings['soundReceive']);
- };
+ }
break;
}
}