diff --git a/js/handle.js b/js/handle.js index 1e584c4..6543fad 100644 --- a/js/handle.js +++ b/js/handle.js @@ -229,8 +229,9 @@ function receiveMessage(event) changeMusic(); } // 领舞喊一起喊 - if(leader.text=="一起喊"){ - allSay(dm.text); + // leader.text.slice(0,3); + if(leader.text.slice(0,4)=="一起喊:" || leader.text.slice(0,4)=="一起喊:"){ + allSay(leader.text.slice(4)); } // 领舞自己喊跳舞 if(peopleHan(dm.text)){