Commit 65f90ae1 authored by JoyJ's avatar JoyJ

update

parent 7b8209ee
......@@ -167,7 +167,7 @@ ygopro.ctos_follow_before('CHAT', true, async function(buffer, info, client, ser
return;
}
if (result.length > 0) {
ygopro.stoc_send_chat(client, "服务器端的举报在5分钟内只能进行一次,请稍后再试", ygopro.constants.COLORS.YELLOW);
ygopro.stoc_send_chat(client, "举报功能正在冷却中,请稍后再试", ygopro.constants.COLORS.YELLOW);
return;
}
sql = "INSERT INTO `DCReportServer` VALUES(?,now())";
......@@ -189,7 +189,10 @@ ygopro.ctos_follow_before('CHAT', true, async function(buffer, info, client, ser
return;
}
if (result.length > 0) {
ygopro.stoc_send_chat(client, "此卡组已被判定为无需修改,提交失败", ygopro.constants.COLORS.RED);
ygopro.stoc_send_chat(client, "此卡组已被人工判定为无需修改,提交失败。", ygopro.constants.COLORS.RED);
ygopro.stoc_send_chat(client, "由于进行了恶意提交,你会被封禁24小时。", ygopro.constants.COLORS.RED);
ygopro.stoc_send_chat(client, "卡组ID为"+md5+",如认为此卡组确实应被举报,请加群838595368向管理员反应。", ygopro.constants.COLORS.RED);
sql = "INSERT INTO `DCReportServer` VALUES(?,now())";
return;
}
msg = (new Date().toString()) + " - 由服务器端提交(提交者:" + client.name + "\r\n\r\n" + msg;
......
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