This commit is contained in:
夜坂雅 2022-10-11 14:19:14 +08:00
parent 7ea13d409a
commit d39d82f362
2 changed files with 6 additions and 2 deletions

View File

@ -134,14 +134,16 @@ class Command:
if avatar_url != prev_avatar_url:
i -= 1
avatar_http = await self.client.mxc_to_http(avatar_url)
send_text += f"{i}: Changed to {avatar_http} ({change.datetime.isoformat()})\n"
send_text += (
f"{i}: Changed to {avatar_http} ({change.datetime.isoformat()})\n"
)
if i < -3:
break
await self.client.room_typing(self.room.room_id, False)
await send_text_to_room(
self.client,
self.room.room_id,
send_text,
send_text.rstrip(),
notice=False,
markdown_convert=False,
reply_to_event_id=self.event.event_id,

View File

@ -243,6 +243,8 @@ async def send_jerryxiao(
target_event = await client.room_get_event(room.room_id, reply_to)
to_sender = target_event.event.sender
action = reference_text[len(prefix) :]
if action.isascii():
return
if action != "":
if reversed_senders:
# Swap from and to