master
parent
30fe15c2bd
commit
19624b2ed7
|
@ -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)){
|
||||
|
|
Loading…
Reference in New Issue