Archived
1
0
Fork 0
This commit is contained in:
yzhh 2021-02-10 22:48:49 +08:00
parent 5310e4892f
commit 0827591f24
2 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ async def main(kwargs: dict):
sendmsg = await server(message, raw=True)
else:
sendmsg = await server(message)
sendmsg = await check(sendmsg)
sendmsg = await check([sendmsg])
send = await sendMessage(kwargs, sendmsg)
await asyncio.sleep(30)
await revokeMessage(send)

View file

@ -21,8 +21,8 @@ async def ab(table, id):
d = []
for x in file['query']['abuselog'][:5]:
d.append('' + x['title'] + ' - ' + x['user'] + '' + UTC8(x['timestamp'], 'onlytimenoutc') + '\n过滤器名:' + x[
'filter'] + '\n处理结果:' + x['result'] + '\n')
y = await check(d)
'filter'] + '\n处理结果:' + x['result'])
y = await check(['\n'.join(d)])
if y.find('<吃掉了>') != -1 or y.find('<全部吃掉了>') != -1:
return y + '\n...仅显示前5条内容\n检测到外来信息介入请前往滥用日志查看所有消息。Special:滥用日志\n[一分钟后撤回本消息]'
else: