Commit 20218998 authored by JoyJ's avatar JoyJ

update msg

parent 46f90df1
......@@ -199,7 +199,9 @@ ygopro.ctos_follow_before('CHAT', true, async function(buffer, info, client, ser
ygopro.stoc_send_chat(client, "由于进行了恶意提交,你会被封禁24小时。", ygopro.constants.COLORS.RED);
ygopro.stoc_send_chat(client, "卡组ID:"+md5, ygopro.constants.COLORS.RED);
ygopro.stoc_send_chat(client, "如有疑问,请记录上述字符串,并向编年史群的管理者反馈:"+md5, ygopro.constants.COLORS.RED);
sql = "INSERT INTO `DCReportServer` VALUES(?,now())";
sql = "INSERT INTO `DCReportServer` VALUES(?,date_sub(now(),interval 1 day))";
sqlParams = [client.ip];
mysqldb.query(sql, sqlParams, function(err, result) {});
return;
}
msg = msg.trim();
......
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