Commit 781a3ae9 by 冷斌

fix bug

parent 1ff864af
......@@ -197,7 +197,7 @@ io.on('connection', function(socket) {
clientRedis.zadd('user_'+socket.stream,socket.sign,userInfo['id']);
}
}
sendSystemMsg(socket,"直播内容包含任何低俗、暴露和涉黄内容,账号会被封禁;安全部门会24小时巡查哦~");
sendSystemMsg(socket,"趣秀直播:趣秀倡导绿色直播环境,对直播内容24小时巡查,任何违法违规、色情暴力、抹黑诋毁,低俗不良行为将被封禁。传播正能量,从你我做起!");
return;
}else{
socket.disconnect();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment